Skip to content

Commit

Permalink
fix: add recursive
Browse files Browse the repository at this point in the history
  • Loading branch information
Storce authored Dec 27, 2024
1 parent 6eda41d commit 1652822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,4 +43,4 @@ jobs:
- run: sudo apt install sshpass
- name: Sync folders
run:
sshpass -p "${{ secrets.SSH_PASSWD }}" rsync -zv -e "ssh -o StrictHostKeyChecking=no" build-dist "${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:~/public_html"
sshpass -p "${{ secrets.SSH_PASSWD }}" rsync -zvr -e "ssh -o StrictHostKeyChecking=no" build-dist/ "${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:~/public_html"

0 comments on commit 1652822

Please sign in to comment.