Skip to content

Commit

Permalink
chore(ci): load new routes
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Mar 14, 2024
1 parent 9549466 commit 2187f97
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,7 @@ jobs:
needs: [images-test]
env:
ZONE: test
# URL: forestclient-tst.nrs.gov.bc.ca
URL: nr-forest-client-test-frontend.apps.silver.devops.gov.bc.ca
URL: forestclient-tst.nrs.gov.bc.ca
BROKER_URL: https://nr-broker.apps.silver.devops.gov.bc.ca
VAULT_ADDR: https://vault-iit.apps.silver.devops.gov.bc.ca
environment: test
Expand Down Expand Up @@ -108,8 +107,7 @@ jobs:
name: TEST Deployment
needs: [test-init]
env:
# URL: forestclient-tst.nrs.gov.bc.ca
URL: nr-forest-client-test-frontend.apps.silver.devops.gov.bc.ca
URL: forestclient-tst.nrs.gov.bc.ca
ZONE: test
environment: test
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -244,8 +242,7 @@ jobs:
name: PROD Init
needs: [images-prod]
env:
# URL: forestclient.nrs.gov.bc.ca
URL: nr-forest-client-prod-frontend.apps.silver.devops.gov.bc.ca
URL: forestclient.nrs.gov.bc.ca
ZONE: prod
environment: prod
runs-on: ubuntu-22.04
Expand Down Expand Up @@ -285,8 +282,7 @@ jobs:
env:
PREV: test
ZONE: prod
# URL: forestclient.nrs.gov.bc.ca
URL: nr-forest-client-prod-frontend.apps.silver.devops.gov.bc.ca
URL: forestclient.nrs.gov.bc.ca
environment: prod
runs-on: ubuntu-22.04
steps:
Expand Down

0 comments on commit 2187f97

Please sign in to comment.