Merge pull request #1618 from GSA/restage_app_work

ugh revert and fix
This commit is contained in:
Kenneth Kehl
2025-03-20 11:18:38 -07:00
committed by GitHub

View File

@@ -18,6 +18,9 @@ jobs:
matrix:
app: ["api", "admin"]
steps:
- name: get pwd
shell: bash
run: echo "$PWD" >> "$GITHUB_OUTPUT"
- name: Restage ${{matrix.app}}
uses: cloud-gov/cg-cli-tools@main
with:
@@ -26,7 +29,7 @@ jobs:
cf_org: gsa-tts-benefits-studio
cf_space: notify-${{ inputs.environment }}
command: |
echo "$PWD"
ls
ls /home/runner/work/notifications-api/notifications-api/manifest.yml && cf push notify-${{matrix.app}}-${{inputs.environment}} -f /home/runner/work/notifications-api/notifications-api/manifest.yml
cf restage --strategy rolling notify-${{matrix.app}}-${{inputs.environment}}
- name: Restage ${{matrix.app}} egress