Skip to content

Commit

Permalink
Merge pull request #1368 from GSA/main
Browse files Browse the repository at this point in the history
10-16-2024 Production Deploy #2
  • Loading branch information
ccostino authored Oct 16, 2024
2 parents eb0d2b3 + 172583f commit 99bf9f9
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 99bf9f9

Please sign in to comment.