Skip to content

Commit

Permalink
Merge pull request #1367 from GSA/fix-egress-proxy-space
Browse files Browse the repository at this point in the history
Fix egress proxy space references
  • Loading branch information
ccostino authored Oct 16, 2024
2 parents 9b14a63 + c255eb4 commit 172583f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
4 changes: 2 additions & 2 deletions .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 172583f

Please sign in to comment.