Skip to content

Commit 6fbf62e

Browse files
committed
Update Workflow
1 parent cf71ca3 commit 6fbf62e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-backend.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747

4848
- name: Execute SSH command on remote
4949
run: |
50-
echo "$KEY" > key.pem
50+
echo "$SSH_KEY" > key.pem
5151
chmod 600 key.pem
5252
ssh -i key.pem -o StrictHostKeyChecking=no nilsj@nilss-mac-mini.tailed622e.ts.net
5353
cd ~/Projects/iot-home/deployment/backend

0 commit comments

Comments
 (0)