Skip to content

Commit

Permalink
Fixed the SSH key file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
zinigor committed Jan 15, 2025
1 parent 131ac21 commit 6b04ffa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wpcloud.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
echo "Host jpwpcomsh" > ~/.ssh/config
echo " Hostname sftp.wp.com" >> ~/.ssh/config
echo " User wpcom-jetpackisbestpack-default-237778992" >> ~/.ssh/config
echo " IdentityFile ~/.ssh/id_jetpackisbestpack" >> ~/.ssh/config
echo " IdentityFile ~/.ssh/id_site" >> ~/.ssh/config
echo " IdentitiesOnly yes" >> ~/.ssh/config
echo "::endgroup::"
Expand Down

0 comments on commit 6b04ffa

Please sign in to comment.