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