Skip to content

Commit 969987d

Browse files
author
Jonathan Visser
committed
docs: hypernode-deploy: Fix linting
1 parent a36c1ab commit 969987d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/hypernode-deploy/pipelines/bitbucket-pipelines.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,15 +29,15 @@ Now go to your Bitbucket repository and enable Bitbucket pipelines being going t
2929
Now go to **Repository settings -> Pipelines -> Repository variables**.
3030

3131
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**.
3434

3535
To add hosts to the Pipeline known hosts go to **Repository settings -> Pipelines -> SSH Keys**
3636

3737
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)
4141

4242
## Build
4343

0 commit comments

Comments
 (0)