diff --git a/.github/workflows/update_primary_nginx.yml b/.github/workflows/update_primary_nginx.yml index 9b73fd0..4ac6cf0 100644 --- a/.github/workflows/update_primary_nginx.yml +++ b/.github/workflows/update_primary_nginx.yml @@ -30,12 +30,15 @@ jobs: echo "STAG_PORT_PREFIX=${STAG_PORT_PREFIX}" >> $GITHUB_ENV echo "PROD_PORT_PREFIX=${PROD_PORT_PREFIX}" >> $GITHUB_ENV - # Debug: Print computed port prefixes - - name: Debug port prefixes + # Debug: Print computed port prefixes and other variables + - name: Debug variables run: | echo "DEV_PORT_PREFIX: ${DEV_PORT_PREFIX}" echo "STAG_PORT_PREFIX: ${STAG_PORT_PREFIX}" echo "PROD_PORT_PREFIX: ${PROD_PORT_PREFIX}" + echo "GATEWAY_POSTFIX: ${GATEWAY_POSTFIX}" + echo "BACKEND_POSTFIX: ${BACKEND_POSTFIX}" + echo "FRONTEND_POSTFIX: ${FRONTEND_POSTFIX}" # Use sed with a different delimiter (|) to avoid issues with forward slashes - name: Create temporary nginx config file