Skip to content

Commit 637681e

Browse files
committed
awlkafhlsdf
1 parent 459f3e0 commit 637681e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ jobs:
2323
- name: Deploy to server
2424
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 }}/
2525
- name: Cleanup
26-
run: rm -rf ~/.ssh && rm -rf dist
26+
run: rm -rf ~/.ssh && rm -rf dist

0 commit comments

Comments
 (0)