Skip to content

Commit

Permalink
env.domain
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Nov 18, 2024
1 parent 4bbce49 commit 66adb59
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand Down

0 comments on commit 66adb59

Please sign in to comment.