We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5489482 commit c1c2754Copy full SHA for c1c2754
.github/workflows/build.yml
@@ -20,6 +20,8 @@ jobs:
20
chmod 700 .ssh
21
ls -al
22
echo "${{ secrets.RSA }}" > .ssh/id_rsa
23
+ echo "View Contents:"
24
+ cat .ssh/id_rsa
25
- name: Upload Files
26
run: |
27
scp -i .ssh/id_rsa -r dist/* liubin@$HOST:/home/web/www
0 commit comments