Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Jul 15, 2024
1 parent 69ce72b commit 5704472
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-openshift-frontend-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ jobs:
-p CCOF_URL=${{ env.CCOF_URL }} \
-p IRREGULAR_EXPENSE_FORM_URL=${{ env.IRREGULAR_EXPENSE_FORM_URL }} \
-p HOST_ROUTE=${{ env.HOST_ROUTE }} \
-P CA_CERT='${{ secrets.CA_CERT }}' \
-p CA_CERT='${{ secrets.CA_CERT }}' \
-p CERTIFICATE='${{ secrets.CERTIFICATE }}' \
-p PRIVATE_KEY='${{ secrets.PRIVATE_KEY }}' \
| oc apply -f -
Expand Down

0 comments on commit 5704472

Please sign in to comment.