diff --git a/.github/workflows/restage-apps.yml b/.github/workflows/restage-apps.yml index 4e91faf71..e6ee74228 100644 --- a/.github/workflows/restage-apps.yml +++ b/.github/workflows/restage-apps.yml @@ -26,7 +26,7 @@ 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 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}} - name: Restage ${{matrix.app}} egress uses: cloud-gov/cg-cli-tools@main