Skip to content

Commit

Permalink
fix: missing escape
Browse files Browse the repository at this point in the history
  • Loading branch information
trev-dev committed Nov 14, 2024
1 parent 5124b6c commit 5da1d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-openshift-backend-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
-p MAX_MEM=${{ env.MAX_MEM_NGINX }} \
-p HOST_ROUTE=${{ secrets.NGINX_HOST_ROUTE }} \
-p APP_ENVIRONMENT=${{ env.APP_ENVIRONMENT }} \
-p NGINX_IMAGE=${{ vars.NGINX_IMAGE }}
-p NGINX_IMAGE=${{ vars.NGINX_IMAGE }} \
| oc apply -f -
cat <<- EOF | sed 's/^ \+//g' > /tmp/nginx_htpasswd
Expand Down

0 comments on commit 5da1d4b

Please sign in to comment.