mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-25 09:51:42 -05:00
do a manifest.yml push to load new env variables
This commit is contained in:
4
.github/workflows/restage-apps.yml
vendored
4
.github/workflows/restage-apps.yml
vendored
@@ -33,4 +33,6 @@ jobs:
|
||||
cf_password: ${{ secrets.CLOUDGOV_PASSWORD }}
|
||||
cf_org: gsa-tts-benefits-studio
|
||||
cf_space: notify-${{ inputs.environment }}-egress
|
||||
command: "cf restage --strategy rolling egress-proxy-notify-${{matrix.app}}-${{inputs.environment}}"
|
||||
command: |
|
||||
cf push notify-${{matrix.app}}-${{inputs.environment}} -f manifest.yml --no-start
|
||||
cf restage --strategy rolling egress-proxy-notify-${{matrix.app}}-${{inputs.environment}}
|
||||
|
||||
Reference in New Issue
Block a user