mirror of
https://github.com/GSA/notifications-api.git
synced 2026-02-03 09:51:11 -05:00
5
.github/workflows/restage-apps.yml
vendored
5
.github/workflows/restage-apps.yml
vendored
@@ -18,6 +18,9 @@ jobs:
|
|||||||
matrix:
|
matrix:
|
||||||
app: ["api", "admin"]
|
app: ["api", "admin"]
|
||||||
steps:
|
steps:
|
||||||
|
- name: get pwd
|
||||||
|
shell: bash
|
||||||
|
run: echo "$PWD" >> "$GITHUB_OUTPUT"
|
||||||
- name: Restage ${{matrix.app}}
|
- name: Restage ${{matrix.app}}
|
||||||
uses: cloud-gov/cg-cli-tools@main
|
uses: cloud-gov/cg-cli-tools@main
|
||||||
with:
|
with:
|
||||||
@@ -26,7 +29,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: |
|
||||||
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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user