Skip to content

Commit c797d6e

Browse files
committed
set ssh push
1 parent 2cb0f5b commit c797d6e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/build.yml

-2
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,6 @@ jobs:
2121
ls -al
2222
echo "${{ secrets.RSA }}" > .ssh/id_rsa
2323
chmod 600 .ssh/id_rsa
24-
echo "View Contents:"
25-
cat .ssh/id_rsa
2624
- name: Upload Files
2725
run: |
2826
scp -o StrictHostKeyChecking=no -i .ssh/id_rsa -r dist/* liubin@$HOST:/home/web/www

0 commit comments

Comments
 (0)