do a manifest.yml push to load new env variables

This commit is contained in:
Kenneth Kehl
2025-03-19 09:11:47 -07:00
parent 1c00cdc0a4
commit 2855eac024

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}}