ugh revert and fix

This commit is contained in:
Kenneth Kehl
2025-03-20 09:04:22 -07:00
parent a14b95bbd7
commit 568dde2792

View File

@@ -26,7 +26,7 @@ jobs:
cf_org: gsa-tts-benefits-studio
cf_space: notify-${{ inputs.environment }}
command: |
cf push notify-${{matrix.app}}-${{inputs.environment}} -f deploy-config/${{inputs.environment}}.yml --no-start
pwd && ls manifest.yml && cf push notify-${{matrix.app}}-${{inputs.environment}} -f manifest.yml
cf restage --strategy rolling notify-${{matrix.app}}-${{inputs.environment}}
- name: Restage ${{matrix.app}} egress
uses: cloud-gov/cg-cli-tools@main