From c490ec5b700d9f3d14cfb235b68f25c467efb272 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Thu, 20 Mar 2025 10:31:14 -0700 Subject: [PATCH] ugh revert and fix --- .github/workflows/restage-apps.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/restage-apps.yml b/.github/workflows/restage-apps.yml index e6ee74228..b1bc08bf7 100644 --- a/.github/workflows/restage-apps.yml +++ b/.github/workflows/restage-apps.yml @@ -26,7 +26,8 @@ jobs: cf_org: gsa-tts-benefits-studio cf_space: notify-${{ inputs.environment }} command: | - pwd && ls /github/workspace/manifest.yml && cf push notify-${{matrix.app}}-${{inputs.environment}} -f /github/workspace/manifest.yml + echo "$PWD" + 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 uses: cloud-gov/cg-cli-tools@main