We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9394134 + 568dde2 commit e481fabCopy full SHA for e481fab
.github/workflows/restage-apps.yml
@@ -26,7 +26,7 @@ jobs:
26
cf_org: gsa-tts-benefits-studio
27
cf_space: notify-${{ inputs.environment }}
28
command: |
29
- cf push notify-${{matrix.app}}-${{inputs.environment}} -f deploy-config/${{inputs.environment}}.yml --no-start
+ pwd && ls manifest.yml && cf push notify-${{matrix.app}}-${{inputs.environment}} -f manifest.yml
30
cf restage --strategy rolling notify-${{matrix.app}}-${{inputs.environment}}
31
- name: Restage ${{matrix.app}} egress
32
uses: cloud-gov/cg-cli-tools@main
0 commit comments