From 66adb5971ed7570c2f13843a3d8772d4b199abd6 Mon Sep 17 00:00:00 2001 From: Derek Roberts Date: Mon, 18 Nov 2024 14:08:08 -0800 Subject: [PATCH] env.domain --- .github/workflows/pr-open.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pr-open.yml b/.github/workflows/pr-open.yml index 5c4f6865..35737adb 100644 --- a/.github/workflows/pr-open.yml +++ b/.github/workflows/pr-open.yml @@ -98,8 +98,6 @@ jobs: deploys: name: Deploys needs: [builds, init] - env: - DOMAIN: apps.silver.devops.gov.bc.ca runs-on: ubuntu-latest strategy: matrix: @@ -120,7 +118,7 @@ jobs: -p AWS_COGNITO_ISSUER_URI=https://cognito-idp.${{ vars.AWS_REGION }}.amazonaws.com/${{ vars.VITE_USER_POOLS_ID }} -p DASHBOARD_JOB_IDIR_USERS=${{ vars.DASHBOARD_JOB_IDIR_USERS }} -p WMS_LAYERS_WHITELIST_USERS=${{ vars.WMS_LAYERS_WHITELIST_USERS }} - -p ALLOWED_ORIGINS=https://${{ github.event.repository.name }}-${{ needs.init.outputs.route }}-frontend.${{ env.DOMAIN }} + -p ALLOWED_ORIGINS=https://${{ github.event.repository.name }}-${{ needs.init.outputs.route }}-frontend.apps.silver.devops.gov.bc.ca - name: frontend file: frontend/openshift.deploy.yml parameters: