mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-11 15:52:21 -05:00
Fix environment name references for CF
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
@@ -104,8 +104,8 @@ jobs:
|
|||||||
#if: steps.changed-egress-config.outputs.any_changed == 'true'
|
#if: steps.changed-egress-config.outputs.any_changed == 'true'
|
||||||
uses: ./.github/actions/deploy-proxy
|
uses: ./.github/actions/deploy-proxy
|
||||||
env:
|
env:
|
||||||
CF_USERNAME: ${{ secrets.CF_USERNAME }}
|
CF_USERNAME: ${{ secrets.CLOUDGOV_USERNAME }}
|
||||||
CF_PASSWORD: ${{ secrets.CF_PASSWORD }}
|
CF_PASSWORD: ${{ secrets.CLOUDGOV_PASSWORD }}
|
||||||
with:
|
with:
|
||||||
cf_org: gsa-tts-benefits-studio
|
cf_org: gsa-tts-benefits-studio
|
||||||
cf_space: notify-staging
|
cf_space: notify-staging
|
||||||
|
|||||||
Reference in New Issue
Block a user