Skip to content

Commit

Permalink
run fly status after
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasRosenstein committed Oct 14, 2024
1 parent 2ca5eea commit f2c50ad
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
run: cd integration-test && /home/runner/.fly/bin/flyctl deploy --ha=false && fly status
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit f2c50ad

Please sign in to comment.