mirror of
https://github.com/GSA/notifications-api.git
synced 2026-01-14 22:51:26 -05:00
Fix reference to prod space
This changeset fixes the name of the prod space (notify-production). Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
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