Merge pull request #1611 from GSA/restage_app_work

do a manifest.yml push to load new env variables
This commit is contained in:
ccostino
2025-03-19 12:42:26 -04:00
committed by GitHub

View File

@@ -33,4 +33,6 @@ jobs:
cf_password: ${{ secrets.CLOUDGOV_PASSWORD }}
cf_org: gsa-tts-benefits-studio
cf_space: notify-${{ inputs.environment }}-egress
command: "cf restage --strategy rolling egress-proxy-notify-${{matrix.app}}-${{inputs.environment}}"
command: |
cf push notify-${{matrix.app}}-${{inputs.environment}} -f manifest.yml --no-start
cf restage --strategy rolling egress-proxy-notify-${{matrix.app}}-${{inputs.environment}}