Skip to content

Commit 2584064

Browse files
committed
Wrong secret
1 parent 093c611 commit 2584064

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
with:
142142
host: ${{ secrets.DROPLET_IP }}
143143
username: root
144-
key: ${{ secrets.SSH_KEY }}
144+
key: ${{ secrets.DROPLET_SSH_KEY }}
145145
script: |
146146
docker pull ghcr.io/jmanion32/portfolio-site:latest
147147
docker stop portfolio 2>/dev/null || true

0 commit comments

Comments
 (0)