From e83a6989ee8acfb134c9c49dd5649d256fbc2ff7 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Tue, 12 Nov 2024 18:33:06 -0800 Subject: [PATCH] Fix TAG handoff --- .github/workflows/merge.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/merge.yml b/.github/workflows/merge.yml index c25fbf615..bb8d9a88c 100644 --- a/.github/workflows/merge.yml +++ b/.github/workflows/merge.yml @@ -91,7 +91,7 @@ jobs: name: TEST Deployment needs: [test-init, vars] env: - TAG: ${{ needs.vars.outputs.tag }} + TAG: ${{ needs.vars.outputs.pr }} URL: forestclient-tst.nrs.gov.bc.ca ZONE: test environment: test @@ -287,9 +287,9 @@ jobs: name: PROD Deployment needs: [prod-init, vars] env: - TAG: ${{ needs.vars.outputs.tag }} - ZONE: prod + TAG: ${{ needs.vars.outputs.pr }} URL: forestclient.nrs.gov.bc.ca + ZONE: prod environment: prod runs-on: ubuntu-24.04 steps: