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 db5b4e7 commit 56267c6Copy full SHA for 56267c6
.github/workflows/deploy-docker.yaml
@@ -51,7 +51,7 @@ jobs:
51
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 }}:~/
+ run: scp -o StrictHostKeyChecking=no ./tabletopper-http.tar ./tabletopper-wss.tar ${{ secrets.USERNAME }}@${{ secrets.HOST }}:~/
55
56
- name: Post Deployment
57
uses: appleboy/ssh-action@master
0 commit comments