From cfe5d9a740613e754d8f6d54aa3413c9c4c85928 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Fri, 16 Jun 2023 14:00:30 +0100 Subject: [PATCH] Update stage.yml --- .github/workflows/stage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/stage.yml b/.github/workflows/stage.yml index 18ed6024f2..dd9c84258c 100644 --- a/.github/workflows/stage.yml +++ b/.github/workflows/stage.yml @@ -27,7 +27,7 @@ jobs: - name: Deploy to Staging run: | - ssh ofn-deploy@${{ github.event.label.description }} -o LogLevel=ERROR "openfoodfoundation:pull-request-${{ github.event.pull_request.number }} ." + ssh ofn-deploy@${{ github.event.label.description }} -o LogLevel=ERROR "pull-request-${{ github.event.pull_request.number }} ." deploy_branch: if: ${{ inputs.server }} @@ -41,4 +41,4 @@ jobs: - name: Deploy to Staging run: | - ssh ofn-deploy@${{ inputs.server }} -o LogLevel=ERROR "openfoodfoundation:$GITHUB_REF_NAME $GITHUB_SHA" + ssh ofn-deploy@${{ inputs.server }} -o LogLevel=ERROR "$GITHUB_REF_NAME $GITHUB_SHA"