Skip to content

Commit

Permalink
fix: start url with https
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-foucault committed Mar 20, 2020
1 parent 7ff4e09 commit 6a410d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openshift/deploy/deploymentconfig/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ objects:
- name: SENDER_EMAIL
value: no-reply.cas@gov.bc.ca
- name: FEEDBACK_SITE_URL
value: ciip-portal-${OC_PROJECT}-feedback.pathfinder.gov.bc.ca
value: https://ciip-portal-${OC_PROJECT}-feedback.pathfinder.gov.bc.ca

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

0 comments on commit 6a410d3

Please sign in to comment.