Deployment from bitbucket piplines to digital ocean

Dennis_Ungelbach September 25, 2017

Hi, 

i created a default bitbucket-pipelines.yml in wrote into:

 

 default:
- step:
script:
- - echo "Everything is awesome!"
+ - echo "Clone Baby"
+ - git clone git@bitbucket.org:my-repository

I add my ssh public key und private key to bitbucket and add my Host into the ssh bitbucket settings.

I add the public key to a remote server ther have Host ip adress from bitbucket entry.

If i check my connection over ssh from my local system i have acess, but pipline find the wrong IP adress.

 Pipline Error: Permanently added the RSA host key for IP address '104.192.143.3' to the list of known hosts.

 

But i entried a different ip into the ssh configuration 158.34.25.12

 

Why Bitbucket diden't know wich IP is in the know_host into the ssh configuration in the project ?

 

 

1 answer

0 votes
richard_leon September 27, 2018

Hi Dennis.

Permanently added the RSA host key for IP address '104.192.143.3' to the list of known hosts. is not an error, is a warning.

This warning is showed at first time of cloning new repositories.

Maybe there is another error.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events