We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3e2ba11 commit 5489482Copy full SHA for 5489482
.github/workflows/build.yml
@@ -22,4 +22,4 @@ jobs:
22
echo "${{ secrets.RSA }}" > .ssh/id_rsa
23
- name: Upload Files
24
run: |
25
- 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 commit comments