From a912ab993756fadb8e0e749d00e85a7a0f357a29 Mon Sep 17 00:00:00 2001 From: Jonathan Inge Arvesen Folland Date: Thu, 20 Mar 2025 14:42:26 +0100 Subject: [PATCH] Update update_primary_nginx.yml --- .github/workflows/update_primary_nginx.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update_primary_nginx.yml b/.github/workflows/update_primary_nginx.yml index 1c0e9df..aa15811 100644 --- a/.github/workflows/update_primary_nginx.yml +++ b/.github/workflows/update_primary_nginx.yml @@ -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