Skip to content

Commit ca283d5

Browse files
authored
Merge pull request #296 from poespas/feature/clarify_deploy_parameters_as_base64
Clarify environment variables to be base64 encoded
2 parents c8210ee + a98c861 commit ca283d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/hypernode-deploy/getting-started/configure-ci-cd.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ In this example we'll be covering the Github Actions CI/CD configuration.
1717

1818
Hypernode Deploy needs a few 'credentials' to be able to function. The necessary credentials are:
1919

20-
1. The private SSH key. (`SSH_PRIVATE_KEY`)
21-
1. The composer auth.json file, optional. (`DEPLOY_COMPOSER_AUTH`)
20+
1. The private SSH key as base64 encoded string. (`SSH_PRIVATE_KEY`)
21+
1. The composer auth.json file as base64 encoded string, optional. (`DEPLOY_COMPOSER_AUTH`)
2222
- This is only necessary when your project needs to access private Composer repositories.
2323
1. The Hypernode API token, optional. (`HYPERNODE_API_TOKEN`)
2424
- This is only necessary when you make use of Hypernode API driven features like Brancher.

0 commit comments

Comments
 (0)