Skip to content

Commit

Permalink
remove hardcoded sha
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Nov 1, 2024
1 parent f0d4220 commit 0494f8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-wiab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,4 @@ jobs:
- name: Run Auto Deploy Script
run: |
cd bin
./autodeploy.sh --artifact-hash 2e8e4319ff3a8c309dc0ef5a1800611faa1ab0cb --target-domain wiab-test-box.wire.link --force-redeploy
./autodeploy.sh --artifact-hash ${{ env.COMMIT_SHA }} --target-domain wiab-test-box.wire.link --force-redeploy

0 comments on commit 0494f8b

Please sign in to comment.