updated workflow
This commit is contained in:
parent
041914c405
commit
b0e9372cd9
1 changed files with 1 additions and 3 deletions
4
.github/workflows/fly-deploy.yml
vendored
4
.github/workflows/fly-deploy.yml
vendored
|
@ -1,5 +1,3 @@
|
|||
# See https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/
|
||||
|
||||
name: Fly Deploy
|
||||
on:
|
||||
push:
|
||||
|
@ -9,7 +7,7 @@ jobs:
|
|||
deploy:
|
||||
name: Deploy app
|
||||
runs-on: ubuntu-latest
|
||||
concurrency: deploy-group # optional: ensure only one action runs at a time
|
||||
concurrency: deploy-group # optional: ensure only one action runs at a time
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: superfly/flyctl-actions/setup-flyctl@master
|
||||
|
|
Loading…
Add table
Reference in a new issue