Skip to content

Commit

Permalink
feat: set HOST env variable when deploying the app
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-foucault committed Apr 28, 2020
1 parent 55e6b41 commit c0a724f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions openshift/deploy/deploymentconfig/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ objects:
value: no-reply.cas@gov.bc.ca
- name: FEEDBACK_SITE_URL
value: https://ciip-portal-${OC_PROJECT}-feedback.pathfinder.gov.bc.ca
- name: HOST
value: https://ciip-portal-${OC_PROJECT}.pathfinder.gov.bc.ca

image: ${OC_REGISTRY}/${OC_PROJECT}/${PREFIX}portal-app:${GIT_SHA1}
imagePullPolicy: IfNotPresent
Expand Down

0 comments on commit c0a724f

Please sign in to comment.