We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1739949 commit 33ba7ffCopy full SHA for 33ba7ff
1 file changed
.github/workflows/fly.yml
@@ -1,4 +1,4 @@
1
-name: Fly Deploy
+name: Deploy to Fly.io
2
on:
3
push:
4
branches:
@@ -14,3 +14,11 @@ jobs:
14
- run: flyctl deploy --remote-only
15
env:
16
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
17
+ - uses: chrnorm/deployment-action@v2
18
+ if: success()
19
+ with:
20
+ token: ${{ secrets.GITHUB_TOKEN }}
21
+ environment: production
22
+ environment-url: https://secret-santa-m7bt-w.fly.dev
23
+ deployment-branch: main
24
+ auto-merge: false
0 commit comments