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 3fe989d commit 9d53b3a
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/update_primary_nginx.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d53b3a

Please sign in to comment.