Fix egress proxy space references

This changeset fixes the references to the egress proxy spaces in the demo and prod environments.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2024-10-16 12:35:56 -04:00
parent 9b14a63f8b
commit c255eb4493
2 changed files with 4 additions and 4 deletions

View File

@@ -102,5 +102,5 @@ jobs:
CF_PASSWORD: ${{ secrets.CLOUDGOV_PASSWORD }}
with:
cf_org: gsa-tts-benefits-studio
cf_space: notify-staging
app: notify-api-staging
cf_space: notify-demo
app: notify-api-demo

View File

@@ -106,5 +106,5 @@ jobs:
CF_PASSWORD: ${{ secrets.CLOUDGOV_PASSWORD }}
with:
cf_org: gsa-tts-benefits-studio
cf_space: notify-staging
app: notify-api-staging
cf_space: notify-prod
app: notify-api-prod