Skip to content

Commit

Permalink
fix: URL reference
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Jul 15, 2024
1 parent a763008 commit 34f1947
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-openshift-backend-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ jobs:
-p MAX_CPU=${{ env.MAX_CPU }} \
-p MIN_MEM=${{ env.MIN_MEM }} \
-p MAX_MEM=${{ env.MAX_MEM }} \
-p HOST_ROUTE=${{ secrets.HOST_ROUTE }} \
-p HOST_ROUTE=${{ secrets.SITE_URL }} \
-p CA_CERT='${{ secrets.CA_CERT }}' \
-p CERTIFICATE='${{ secrets.CERTIFICATE }}' \
-p PRIVATE_KEY='${{ secrets.PRIVATE_KEY }}' \
Expand Down

0 comments on commit 34f1947

Please sign in to comment.