Skip to content

Commit

Permalink
refactor: host past into secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
Storce authored Dec 27, 2024
1 parent 1026d22 commit 45b57d8
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 @@ -28,4 +28,4 @@ jobs:
- run: ls
- name: Sync folders
run:
sshpass -p "${{ secrets.SSH_PASSWD }}" rsync -zvr -e "ssh -o StrictHostKeyChecking=no" dist/ "${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:~/joewangme"
sshpass -p "${{ secrets.SSH_PASSWD }}" rsync -zvr -e "ssh -o StrictHostKeyChecking=no" dist/ "${{ secrets.SSH_USER }}@${{ secrets.SSH_HOST }}:${{ secrets.HOST_PATH }}"

0 comments on commit 45b57d8

Please sign in to comment.