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 49e95b2 commit 7d953da
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 @@ -19,7 +19,7 @@ jobs:

- name: Generate Nginx config
run: |
envsubst '\$GROUP_ID \$DOMAIN \$URL_PREFIX \$DEV_PORT_PREFIX \$STAG_PORT_PREFIX \$PROD_PORT_PREFIX \$DEV_BACKEND_PORT \$DEV_FRONTEND_PORT \$DEV_GATEWAY_PORT \$STAG_BACKEND_PORT \$STAG_FRONTEND_PORT \$STAG_GATEWAY_PORT \$PROD_BACKEND_PORT \$PROD_FRONTEND_PORT \$PROD_GATEWAY_PORT' < ./nginx_template.txt > temp_default.conf
envsubst '\$PROD_GATEWAY_PORT \$DEV_GATEWAY_PORT \$STAG_GATEWAY_PORT' < ./nginx_template.txt > temp_default.conf
- name: Copy Nginx config files
run: |
Expand Down

0 comments on commit 7d953da

Please sign in to comment.