Skip to content

Commit

Permalink
fix: use flyctl than fly in actions
Browse files Browse the repository at this point in the history
  • Loading branch information
cao7113 committed Jul 13, 2024
1 parent 14210d0 commit b225d22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Docker Test
name: Docker Compose Test
on:
push:
branches:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
uses: superfly/flyctl-actions/setup-flyctl@master

- name: Deploy fly app
run: fly deploy --image ghcr.io/${{ github.repository }}:${{ github.ref_name }} --debug --verbose
run: flyctl deploy --image ghcr.io/${{ github.repository }}:${{ github.ref_name }} --debug --verbose
env:
# https://github.com/superfly/flyctl-actions?tab=readme-ov-file#secrets
# https://fly.io/docs/app-guides/continuous-deployment-with-github-actions/#speed-run-your-way-to-continuous-deployment
Expand Down

0 comments on commit b225d22

Please sign in to comment.