Skip to content

Commit

Permalink
fix: required prod deploy envs
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Dec 12, 2024
1 parent 574c950 commit 785f856
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-to-openshift-frontend-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,9 +150,9 @@ jobs:
-p CERTIFICATE="${{ env.CERTIFICATE }}" \
-p PRIVATE_KEY="${{ env.PRIVATE_KEY }}" \
-p APP_ENVIRONMENT=${{ env.APP_ENVIRONMENT }} \
-p BANNER_COLOR='' \
-p BANNER_ENVIRONMENT='' \
-p VUE_APP_BCEID_REG_URL='' \
-p BANNER_COLOR='undefined' \
-p BANNER_ENVIRONMENT='undefined' \
-p VUE_APP_BCEID_REG_URL='${{ secrets.VUE_APP_BCEID_REG_URL }}' \
| oc apply -f -
# Start rollout (if necessary) and follow it
Expand Down

0 comments on commit 785f856

Please sign in to comment.