Skip to content

Commit

Permalink
correct status call
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Oct 14, 2024
1 parent f2c50ad commit 044f4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,6 @@ jobs:
- name: Update fly.toml
run: sed -i "s/\$VERSION/sha-${{ steps.vars.outputs.short_sha }}/" integration-test/fly.toml
- name: Deploy
run: cd integration-test && /home/runner/.fly/bin/flyctl deploy --ha=false && fly status
run: cd integration-test && /home/runner/.fly/bin/flyctl deploy --ha=false && /home/runner/.fly/bin/flyctl status
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit 044f4e7

Please sign in to comment.