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 1025ada commit 6359b47Copy full SHA for 6359b47
.github/workflows/ghcr-deploy.yml
@@ -67,7 +67,7 @@ jobs:
67
with:
68
host: ${{ secrets.VM_HOST }}
69
username: ${{ secrets.VM_USERNAME }}
70
- key: ${{ secrets.SSH_KEY }}
+ key: ${{ secrets.VM_SSH_KEY }}
71
script: |
72
# Pull the image tagged with the specific branch name (e.g., 'praveshan')
73
docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}
0 commit comments