Skip to content

Commit

Permalink
set ssh push
Browse files Browse the repository at this point in the history
  • Loading branch information
bin-r00t committed Jun 14, 2024
1 parent 3e2ba11 commit 5489482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
echo "${{ secrets.RSA }}" > .ssh/id_rsa
- name: Upload Files
run: |
scp -r dist/* liubin@$HOST:/home/web/www -i .ssh/id_rsa
scp -i .ssh/id_rsa -r dist/* liubin@$HOST:/home/web/www

0 comments on commit 5489482

Please sign in to comment.