Skip to content

Commit

Permalink
use backend hetzner private ssh keys
Browse files Browse the repository at this point in the history
  • Loading branch information
amitsagtani97 committed Oct 25, 2024
1 parent b0e6084 commit dd3dc18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-wiab.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Set up SSH key
uses: webfactory/[email protected]
with:
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
ssh-private-key: ${{ secrets.WIAB_PRIVATE_SSH_KEY }}

# Step 3: Get the latest commit SHA, for the artifact
- name: Get latest commit SHA
Expand All @@ -37,4 +37,4 @@ jobs:
- name: Run Auto Deploy Script
run: |
cd bin
./autodeploy.sh --artifact-hash ${{ env.commit_sha }} --target-domain wiab-test-box.wire.link
./autodeploy.sh --artifact-hash ${{ env.commit_sha }} --target-domain wiab-test-box.wire.link --force-redeploy

0 comments on commit dd3dc18

Please sign in to comment.