Merge branch 'main' of https://github.com/GSA/notifications-admin into 1999-dashboard-a11y-fixes

This commit is contained in:
Jonathan Bobel
2024-10-11 10:22:14 -04:00
2 changed files with 7 additions and 0 deletions

View File

@@ -1,6 +1,9 @@
name: Deploy egress proxy
description: Set egress space security groups and deploy proxy
inputs:
cf_org:
description: The org the target app exists in.
required: true
cf_space:
description: The space the target app exists in.
required: true

View File

@@ -109,7 +109,11 @@ 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_org: gsa-tts-benefits-studio
cf_space: notify-staging
app: notify-admin-staging