We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f56927 commit db5b4e7Copy full SHA for db5b4e7
.github/workflows/deploy-docker.yaml
@@ -48,7 +48,7 @@ jobs:
48
- name: Load SSH Key
49
uses: webfactory/[email protected]
50
with:
51
- ssh-private-key: ${{ secrets.SSH_KEY }}
+ ssh-private-key: ${{ secrets.SSHKEY }}
52
53
- name: Deploy
54
run: scp -o StrictHostKeyChecking=no ./tabletopper-http.tar ./tabletoper-wss.tar ${{ secrets.USERNAME }}@${{ secrets.HOST }}:~/
@@ -59,7 +59,7 @@ jobs:
59
host: ${{ secrets.HOST }}
60
USERNAME: ${{ secrets.USERNAME }}
61
PORT: 22
62
- KEY: ${{ secrets.SSH_KEY }}
+ KEY: ${{ secrets.SSHKEY }}
63
script: docker load -i ~/tabletopper-wss.tar && docker load -i ~/tabletopper-http.tar
64
65
- name: Purge cache
0 commit comments