mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-28 03:11:40 -05:00
Merge pull request #1369 from GSA/fix-prod-deploy
Fix reference to prod space
This commit is contained in:
4
.github/workflows/deploy-prod.yml
vendored
4
.github/workflows/deploy-prod.yml
vendored
@@ -106,5 +106,5 @@ jobs:
|
||||
CF_PASSWORD: ${{ secrets.CLOUDGOV_PASSWORD }}
|
||||
with:
|
||||
cf_org: gsa-tts-benefits-studio
|
||||
cf_space: notify-prod
|
||||
app: notify-api-prod
|
||||
cf_space: notify-production
|
||||
app: notify-api-production
|
||||
|
||||
Reference in New Issue
Block a user