Skip to content

Commit dd48f7c

Browse files
committed
fix(ci): use flyctl instead of fly (alias not installed by setup-flyctl)
1 parent 6fab9c0 commit dd48f7c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- name: Deploy to Fly.io
4141
env:
4242
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
43-
run: fly deploy --remote-only --ha=false
43+
run: flyctl deploy --remote-only --ha=false
4444

4545
- name: Show status
4646
env:

0 commit comments

Comments
 (0)