Skip to content

Commit c1c2754

Browse files
committed
set ssh push
1 parent 5489482 commit c1c2754

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/build.yml

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
chmod 700 .ssh
2121
ls -al
2222
echo "${{ secrets.RSA }}" > .ssh/id_rsa
23+
echo "View Contents:"
24+
cat .ssh/id_rsa
2325
- name: Upload Files
2426
run: |
2527
scp -i .ssh/id_rsa -r dist/* liubin@$HOST:/home/web/www

0 commit comments

Comments
 (0)