Skip to content

Commit 33ba7ff

Browse files
committed
Add GitHub deployment tracking
1 parent 1739949 commit 33ba7ff

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

.github/workflows/fly.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Fly Deploy
1+
name: Deploy to Fly.io
22
on:
33
push:
44
branches:
@@ -14,3 +14,11 @@ jobs:
1414
- run: flyctl deploy --remote-only
1515
env:
1616
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

Comments
 (0)