We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57aefe3 commit 2e8c151Copy full SHA for 2e8c151
.github/workflows/docker-backend.yml
@@ -58,6 +58,15 @@ jobs:
58
echo " UserKnownHostsFile=/dev/null" >> ~/.ssh/config
59
chmod 600 ~/.ssh/config
60
61
+ - name: Upload Docker image to remote
62
+ uses: appleboy/scp-action@v0.1.6
63
+ with:
64
+ host: nilss-mac-mini.tailed622e.ts.net
65
+ username: nilsj
66
+ key: $KEY
67
+ source: iot-backend.tar.gz
68
+ target: /Users/nilsj/Projects/home-iot/deployment/backend/
69
+
70
- name: Execute SSH command on remote
71
run: |
72
ssh nilsj@nilss-mac-mini.tailed622e.ts.net "
0 commit comments