Skip to content

Commit c4461fd

Browse files
committed
Explicitly set SHA to new build on Fly deploy
1 parent 915bd79 commit c4461fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,6 @@ jobs:
7676
- name: Install flyctl
7777
uses: superfly/flyctl-actions/setup-flyctl@master
7878
- name: Deploy to fly.io
79-
run: flyctl deploy --remote-only
79+
run: flyctl deploy --remote-only --image httptoolkit/testserver:${{ steps.extract-sha.outputs.sha_tag }}
8080
env:
8181
FLY_API_TOKEN: ${{ secrets.FLY_DEPLOY_KEY }}

0 commit comments

Comments
 (0)