We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 459f3e0 commit 637681eCopy full SHA for 637681e
1 file changed
.github/workflows/main.yml
@@ -23,4 +23,4 @@ jobs:
23
- name: Deploy to server
24
run: scp -P ${{ secrets.SSH_PORT }} -p ${{ secrets.SSH_PASS }} -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null -r dist ${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.WORK_DIR }}/
25
- name: Cleanup
26
- run: rm -rf ~/.ssh && rm -rf dist
+ run: rm -rf ~/.ssh && rm -rf dist
0 commit comments