DEV Community

Discussion on: SETTING UP A CONTINUOUS DEPLOYMENT WORKFLOW WITH BITBUCKET AND LINUX SERVER

Collapse
 
ileriayo profile image
Ileriayo Adebiyi

Hi, thanks for your kind words.
I'm really sorry for my late response as I had forgotten that comment notifications are not sent to emails.

I do hope however that you have been able to solve this issue.

Nonetheless, here's my response.
At some points when I tried this, I did encounter the authentication issue like you mentioned, hence the debugging tips that I mentioned at the end of the article.

Adding the deploy key and SSH key should take care of authentication. Cloning the repo from the start handles the case of known hosts. Afterwards, things should go on smoothly and the pipeline commands should execute in a non-interactive mode.

Collapse
 
rahulpragma profile image
rahulpragma

Sounds great, thank you Ileriayo.