We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3451e8 commit 2ccaf76Copy full SHA for 2ccaf76
.github/workflows/docker-backend.yml
@@ -46,13 +46,12 @@ jobs:
46
tags: tag:whispern-ci
47
48
- name: Execute SSH command on remote
49
- uses: appleboy/ssh-action@v1.0.0
+ uses: cloudposse/github-action-ssh@2.1.0
50
with:
51
- host: nilss-mac-mini
52
- username: nilsj
53
- key: $KEY
54
- port: 22
55
- script: |
+ ssh-private-key: ${{ secrets.SSH_KEY }}
+ ssh-host: nilss-mac-mini.tailed622e.ts.net
+ ssh-user: ${{ secrets.SSH_NAME }}
+ ssh-command: |
56
cd ~/Projects/iot-home/deployment/backend
57
gunzip -f iot-backend.tar.gz
58
docker load < iot-backend.tar
0 commit comments