Skip to content

Commit

Permalink
Update update_primary_nginx.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jifollan authored and GitHub Enterprise committed Mar 20, 2025
1 parent f17d91d commit a912ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_primary_nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Create temporary nginx config file
run: |
# Define the list of variables to replace
VARIABLES_TO_REPLACE="BACKEND_HOST FRONTEND_HOST GATEWAY_PORT"
VARIABLES_TO_REPLACE="DEV_PORT_PREFIX STAG_PORT_PREFIX PROD_PORT_PREFIX BACKEND_POSTFIX FRONTEND_POSTFIX GATEWAY_POSTFIX"
# Use envsubst to replace only the specified variables
envsubst "$VARIABLES_TO_REPLACE" < ./nginx_template.txt > temp_default.conf
Expand Down

0 comments on commit a912ab9

Please sign in to comment.