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 8d74f3b commit 32be7b7Copy full SHA for 32be7b7
.github/workflows/deploy.yml
@@ -14,8 +14,8 @@ jobs:
14
eval "$(ssh-agent -s)"
15
echo "${{ secrets.SSH_PRIVKEY }}" | tr -d '\r' > ~/.ssh/id_rsa
16
echo "${{ secrets.SSH_PUBKEY }}" | tr -d '\r' > ~/.ssh/id_rsa.pub
17
- chmod 600 ~/.ssh/id_rsa
18
- chmod 600 ~/.ssh/id_rsa.pub
+ chmod 644 ~/.ssh/id_rsa
+ chmod 644 ~/.ssh/id_rsa.pub
19
ssh-add -vvv
20
ls ~/.ssh/
21
ssh-keyscan -H "${{ secrets.SSH_IP }}" >> ~/.ssh/known_hosts
0 commit comments