We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 16dcd9d + a6e3f35 commit dbb7bdfCopy full SHA for dbb7bdf
.github/workflows/deploy.yaml
@@ -58,7 +58,7 @@ jobs:
58
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
59
- run: mkdir -p $HOME/.ssh
60
- name: deploy to acceptance
61
- run: hypernode-deploy deploy acceptance -vvv
+ run: hypernode-deploy deploy acceptance -vvv --reuse-brancher
62
env:
63
HYPERNODE_API_TOKEN: ${{ secrets.HYPERNODE_API_TOKEN }}
64
- name: Get brancher hostname
0 commit comments