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
29
29
Now go to ** Repository settings -> Pipelines -> Repository variables** .
30
30
31
31
1 . 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** .
34
34
35
35
To add hosts to the Pipeline known hosts go to ** Repository settings -> Pipelines -> SSH Keys**
36
36
37
37
1 . 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)
41
41
42
42
## Build
43
43
You can’t perform that action at this time.
0 commit comments