Skip to content

Commit

Permalink
Update CI action for fly deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
ekzhang committed Jul 24, 2023
1 parent d5a64bf commit 05008cd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,8 +74,8 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: superfly/flyctl-actions@master
- uses: superfly/flyctl-actions/setup-flyctl@v1

- run: flyctl deploy
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
with:
args: "deploy --remote-only"

0 comments on commit 05008cd

Please sign in to comment.