Skip to content

Commit

Permalink
Fix TAG handoff
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 13, 2024
1 parent e730fff commit e83a698
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit e83a698

Please sign in to comment.