Skip to content

Commit 6359b47

Browse files
committed
fix:ssh key name
1 parent 1025ada commit 6359b47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ghcr-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
with:
6868
host: ${{ secrets.VM_HOST }}
6969
username: ${{ secrets.VM_USERNAME }}
70-
key: ${{ secrets.SSH_KEY }}
70+
key: ${{ secrets.VM_SSH_KEY }}
7171
script: |
7272
# Pull the image tagged with the specific branch name (e.g., 'praveshan')
7373
docker pull ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ github.ref_name }}

0 commit comments

Comments
 (0)