File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
docs/hypernode-deploy/pipelines Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -29,15 +29,15 @@ Now go to your Bitbucket repository and enable Bitbucket pipelines being going t
2929Now go to ** Repository settings -> Pipelines -> Repository variables** .
3030
31311 . Create a new variable with name ` SSH_PRIVATE_KEY ` , mark this variable as Secured.
32- 2 . Set the ** Value** to the base64-encoded private key we generated earlier.
33- 3 . Click ** Add** .
32+ 1 . Set the ** Value** to the base64-encoded private key we generated earlier.
33+ 1 . Click ** Add** .
3434
3535To add hosts to the Pipeline known hosts go to ** Repository settings -> Pipelines -> SSH Keys**
3636
37371 . Set ** Host address** to your hypernode instance (e.g. _ appname.hypernode.io_ )
38- 2 . Click ** Fetch** to fetch the hostname fingerprint
39- 3 . Click ** Add Host** to add host to known hosts
40- 4 . Repeat this for all hosts the pipeline will connect to (for example production, staging)
38+ 1 . Click ** Fetch** to fetch the hostname fingerprint
39+ 1 . Click ** Add Host** to add host to known hosts
40+ 1 . Repeat this for all hosts the pipeline will connect to (for example production, staging)
4141
4242## Build
4343
You can’t perform that action at this time.
0 commit comments