pantheon-systems / circleci-orb

Use CircleCI to push code to Pantheon Dev and Multidev Environments
10 stars 18 forks source link

Pantheon Push Hangs on SSH key add #35

Closed dbdoyle182 closed 4 years ago

dbdoyle182 commented 4 years ago

Hello pantheon folks,

When I run my build it hangs immediately following the initialization of the git repository in /tmp/pantheon_repo/.git. I get the warning about permanently adding the key to the list of known hosts and then it appears to prompt for the hosts password. After that it hangs, has anyone else run into this issue?

stevector commented 4 years ago

Hi @dbdoyle182, Thanks for trying our Orb!

That behavior occurs when the ssh keys are not configured between CircleCI and Pantheon (step 3 in the README set up). Do you have the public key added to a Pantheon account and the private key in your CircleCI configuration?

dbdoyle182 commented 4 years ago

The keys were not matching! Got it fixed, thanks.