Skip to content
This repository has been archived by the owner on Dec 12, 2024. It is now read-only.

Commit

Permalink
fix vc-to-dwn deployer (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
finn-block authored Aug 23, 2024
1 parent 0aed53a commit 36c388f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vc-to-dwn-server-container-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
echo "${{ secrets.VC_TO_DWN_SERVER_RELEASE_KEY }}" > ~/.ssh/id_ed25519
chmod 600 ~/.ssh/id_ed25519
git clone [email protected]:tbdeng/vc-to-dwn-server-helm
cd tbd-vc-to-dwn-server
cd vc-to-dwn-server-helm
git config user.email [email protected]
git config user.name "tbd deployer"
newtag="$(echo "${{ steps.meta.outputs.tags }}" | tail -n1)"
Expand Down

0 comments on commit 36c388f

Please sign in to comment.