Skip to content

Commit 56267c6

Browse files
committed
Fixed incorrect tarball file name
1 parent db5b4e7 commit 56267c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-docker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
ssh-private-key: ${{ secrets.SSHKEY }}
5252

5353
- name: Deploy
54-
run: scp -o StrictHostKeyChecking=no ./tabletopper-http.tar ./tabletoper-wss.tar ${{ secrets.USERNAME }}@${{ secrets.HOST }}:~/
54+
run: scp -o StrictHostKeyChecking=no ./tabletopper-http.tar ./tabletopper-wss.tar ${{ secrets.USERNAME }}@${{ secrets.HOST }}:~/
5555

5656
- name: Post Deployment
5757
uses: appleboy/ssh-action@master

0 commit comments

Comments
 (0)