Skip to content

remove heroku builder and redundant http_service section #3

remove heroku builder and redundant http_service section

remove heroku builder and redundant http_service section #3

Workflow file for this run

name: 🎈 Fly Deploy
on:
push:
branches:
- main
jobs:
deploy:
name: πŸš€ Deploy
runs-on: ubuntu-latest
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v4
- name: 🎈 Setup Fly
uses: superfly/flyctl-actions/setup-flyctl@master
- name: πŸš€ Deploy Production
run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}