diff --git a/.github/workflows/main_gateway-prod.yml b/.github/workflows/main_gateway-prod.yml index 34846800..bbddae66 100644 --- a/.github/workflows/main_gateway-prod.yml +++ b/.github/workflows/main_gateway-prod.yml @@ -20,6 +20,7 @@ jobs: runs-on: ubuntu-latest # Same GitHub Environment as deploy — CONFIG_KEY lives here (not on the build job). environment: Production + url: ${{ steps.deploy-to-webapp.outputs.webapp-url }} steps: - uses: actions/checkout@v5