Template
1
0
Fork 0

Delete .github/workflows directory

This commit is contained in:
Atridad Lahiji 2024-04-01 02:21:21 -06:00 committed by GitHub
parent 593305df63
commit 921b830bcf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -1,18 +0,0 @@
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 }}