File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
docs/hypernode-deploy/getting-started Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,8 +17,8 @@ In this example we'll be covering the Github Actions CI/CD configuration.
1717
1818Hypernode 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.
23231 . The Hypernode API token, optional. (` HYPERNODE_API_TOKEN ` )
2424 - This is only necessary when you make use of Hypernode API driven features like Brancher.
You can’t perform that action at this time.
0 commit comments