We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fab9c0 commit dd48f7cCopy full SHA for dd48f7c
1 file changed
.github/workflows/deploy.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Deploy to Fly.io
41
env:
42
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
43
- run: fly deploy --remote-only --ha=false
+ run: flyctl deploy --remote-only --ha=false
44
45
- name: Show status
46
0 commit comments