Merge pull request #1616 from GSA/restage_app_work

Restage app work
This commit is contained in:
Kenneth Kehl
2025-03-20 10:09:08 -07:00
committed by GitHub

View File

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