Template
1
0
Fork 0
goth.stack/.github/workflows/fly.yml
Atridad Lahiji 3d719132f1
Init
2024-02-15 09:07:09 -07:00

18 lines
391 B
YAML

name: Fly Deploy
on:
push:
paths-ignore:
- 'README.md'
- 'stylegen/**'
branches:
- main
jobs:
deploy:
name: Deploy app
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --remote-only
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}