Skip to content

Commit 5489482

Browse files
committed
set ssh push
1 parent 3e2ba11 commit 5489482

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
echo "${{ secrets.RSA }}" > .ssh/id_rsa
2323
- name: Upload Files
2424
run: |
25-
scp -r dist/* liubin@$HOST:/home/web/www -i .ssh/id_rsa
25+
scp -i .ssh/id_rsa -r dist/* liubin@$HOST:/home/web/www

0 commit comments

Comments
 (0)