Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/hypernode-platform/tools/hypernode-brancher.md
Original file line number Diff line number Diff line change
Expand Up @@ -157,6 +157,7 @@ $testStage = $configuration->addStage('test', 'example.com');
// We use an automatically created Brancher node based on the parent for the 'test' stage.
// In your testing pipeline, you can simply use the 'test' stage to push changes to the Brancher server,
// and run your tests. Cancel it when your tests fail or after your tests pass to incur minimal costs.
// 'example' is the name of the parent hypernode, which will be cloned to create the brancher, without the '.hypernode.io'.
$testStage->addBrancherServer('example')
->setLabels(['stage=test'])
->setSettings(['clear_services' => ['cron', 'supervisor']);
Expand Down
Loading