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 dc91214 commit 003a30fCopy full SHA for 003a30f
.github/workflows/main.yml
@@ -64,6 +64,7 @@ jobs:
64
REMOTE_USER: ${{ secrets.REMOTE_USER }}
65
SSH_KEY: ${{ secrets.REMOTE_PRIVATE_KEY }}
66
run: |
67
+ mkdir ~/.ssh/id_rsa
68
echo "$SSH_KEY" > ~/.ssh/id_rsa
69
chmod 600 ~/.ssh/id_rsa
70
ssh -o StrictHostKeyChecking=no $REMOTE_USER@$REMOTE_HOST << 'EOF'
0 commit comments