From 2855eac024e5520d689f3bade83ee3ade2ba7ade Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Wed, 19 Mar 2025 09:11:47 -0700 Subject: [PATCH] do a manifest.yml push to load new env variables --- .github/workflows/restage-apps.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/restage-apps.yml b/.github/workflows/restage-apps.yml index 23c78f8cf..46fb88b88 100644 --- a/.github/workflows/restage-apps.yml +++ b/.github/workflows/restage-apps.yml @@ -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}}