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.
1 parent b53a7bd commit a6e3f35Copy full SHA for a6e3f35
.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