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 915bd79 commit c4461fdCopy full SHA for c4461fd
.github/workflows/ci.yml
@@ -76,6 +76,6 @@ jobs:
76
- name: Install flyctl
77
uses: superfly/flyctl-actions/setup-flyctl@master
78
- name: Deploy to fly.io
79
- run: flyctl deploy --remote-only
+ run: flyctl deploy --remote-only --image httptoolkit/testserver:${{ steps.extract-sha.outputs.sha_tag }}
80
env:
81
FLY_API_TOKEN: ${{ secrets.FLY_DEPLOY_KEY }}
0 commit comments