Delete .github/workflows directory
This commit is contained in:
parent
593305df63
commit
921b830bcf
1 changed files with 0 additions and 18 deletions
18
.github/workflows/fly.yml
vendored
18
.github/workflows/fly.yml
vendored
|
@ -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 }}
|
Loading…
Add table
Reference in a new issue