Skip to content

Commit 785f856

Browse files
committed
fix: required prod deploy envs
1 parent 574c950 commit 785f856

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy-to-openshift-frontend-prod.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -150,9 +150,9 @@ jobs:
150150
-p CERTIFICATE="${{ env.CERTIFICATE }}" \
151151
-p PRIVATE_KEY="${{ env.PRIVATE_KEY }}" \
152152
-p APP_ENVIRONMENT=${{ env.APP_ENVIRONMENT }} \
153-
-p BANNER_COLOR='' \
154-
-p BANNER_ENVIRONMENT='' \
155-
-p VUE_APP_BCEID_REG_URL='' \
153+
-p BANNER_COLOR='undefined' \
154+
-p BANNER_ENVIRONMENT='undefined' \
155+
-p VUE_APP_BCEID_REG_URL='${{ secrets.VUE_APP_BCEID_REG_URL }}' \
156156
| oc apply -f -
157157
158158
# Start rollout (if necessary) and follow it

0 commit comments

Comments
 (0)