Skip to content

Commit 8e174c0

Browse files
committed
try again with deploy
1 parent 6d9df57 commit 8e174c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@ jobs:
2929
run: |
3030
mkdir -p ~/.ssh
3131
chmod 700 ~/.ssh
32-
echo "${{ secrets.SSH_PRIVATE_KEY }}" > ~/.ssh/deploy_key
32+
cat > ~/.ssh/deploy_key << 'EOF'
33+
${{ secrets.SSH_PRIVATE_KEY }}
34+
EOF
3335
chmod 600 ~/.ssh/deploy_key
3436
ssh-keyscan -H ach.org >> ~/.ssh/known_hosts
3537

0 commit comments

Comments
 (0)