mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-02 17:31:14 -05:00
3
.github/workflows/restage-apps.yml
vendored
3
.github/workflows/restage-apps.yml
vendored
@@ -26,7 +26,8 @@ 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 /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}}
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user