Skip to content

Commit

Permalink
Use one of the default ssh identity file names.
Browse files Browse the repository at this point in the history
  • Loading branch information
jyasskin committed Oct 1, 2024
1 parent 41aa1ae commit 4f46b0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Store ssh private key and host key
run: |
mkdir ~/.ssh
echo "$SSH_KEY" > ~/.ssh/deploy_key
echo "$SSH_KEY" > ~/.ssh/id_rsa
echo "[$SSH_HOST]:$SSH_PORT $SSH_HOST_KEY" > ~/.ssh/known_hosts
chmod 700 ~/.ssh
chmod 600 ~/.ssh/*
Expand Down

0 comments on commit 4f46b0f

Please sign in to comment.