From a6e3f351537566082299416aee77652bef132dbb Mon Sep 17 00:00:00 2001 From: Alexander Grooff Date: Mon, 23 Jan 2023 11:56:05 +0100 Subject: [PATCH] feat: reuse brancher on PR Introduced in https://github.com/ByteInternet/hypernode-deploy/pull/81 --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index f502822f..83f9613b 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -58,7 +58,7 @@ jobs: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - run: mkdir -p $HOME/.ssh - name: deploy to acceptance - run: hypernode-deploy deploy acceptance -vvv + run: hypernode-deploy deploy acceptance -vvv --reuse-brancher env: HYPERNODE_API_TOKEN: ${{ secrets.HYPERNODE_API_TOKEN }} - name: Get brancher hostname