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