Merge pull request #1367 from GSA/fix-egress-proxy-space

Fix egress proxy space references
This commit is contained in:
Carlo Costino
2024-10-16 13:01:27 -04:00
committed by GitHub
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