Skip to content

Commit

Permalink
docs: hypernode-deploy: Clarify parameters to be base64 encoded
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Visser committed Dec 4, 2024
1 parent 87f0ab9 commit a98c861
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/hypernode-deploy/getting-started/configure-ci-cd.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ In this example we'll be covering the Github Actions CI/CD configuration.

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

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

0 comments on commit a98c861

Please sign in to comment.