Merge pull request #1361 from GSA/finalize-cg-tools-update

Finalize updates for cg-cli-tools
This commit is contained in:
Beverly Nguyen
2024-10-11 20:21:44 -07:00
committed by GitHub
3 changed files with 13 additions and 5 deletions

View File

@@ -97,6 +97,10 @@ jobs:
- name: Deploy egress proxy
if: steps.changed-egress-config.outputs.any_changed == 'true'
uses: ./.github/actions/deploy-proxy
env:
CF_USERNAME: ${{ secrets.CLOUDGOV_USERNAME }}
CF_PASSWORD: ${{ secrets.CLOUDGOV_PASSWORD }}
with:
cf_space: notify-demo
app: notify-api-demo
cf_org: gsa-tts-benefits-studio
cf_space: notify-staging
app: notify-api-staging

View File

@@ -101,6 +101,10 @@ jobs:
- name: Deploy egress proxy
if: steps.changed-egress-config.outputs.any_changed == 'true'
uses: ./.github/actions/deploy-proxy
env:
CF_USERNAME: ${{ secrets.CLOUDGOV_USERNAME }}
CF_PASSWORD: ${{ secrets.CLOUDGOV_PASSWORD }}
with:
cf_space: notify-production
app: notify-api-production
cf_org: gsa-tts-benefits-studio
cf_space: notify-staging
app: notify-api-staging

View File

@@ -101,7 +101,7 @@ jobs:
.github/actions/deploy-proxy/action.yml
.github/workflows/deploy.yml
- name: Deploy egress proxy
#if: steps.changed-egress-config.outputs.any_changed == 'true'
if: steps.changed-egress-config.outputs.any_changed == 'true'
uses: ./.github/actions/deploy-proxy
env:
CF_USERNAME: ${{ secrets.CLOUDGOV_USERNAME }}