Skip to content

Commit 691bc9d

Browse files
Fix CI deploy: use flyctl-actions@master instead of @v2
1 parent c27ebef commit 691bc9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
- uses: actions/checkout@v4
6161

6262
- name: Deploy to Fly.io
63-
uses: superfly/flyctl-actions/setup-flyctl@v2
63+
uses: superfly/flyctl-actions/setup-flyctl@master
6464

6565
- run: flyctl deploy --image ghcr.io/getbetweenrows/betweenrows:${{ github.sha }} --app betweenrows
6666
env:

0 commit comments

Comments
 (0)