Skip to content

Commit e481fab

Browse files
authored
Merge pull request #1615 from GSA/restage_app_work
ugh revert and fix
2 parents 9394134 + 568dde2 commit e481fab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/restage-apps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
cf_org: gsa-tts-benefits-studio
2727
cf_space: notify-${{ inputs.environment }}
2828
command: |
29-
cf push notify-${{matrix.app}}-${{inputs.environment}} -f deploy-config/${{inputs.environment}}.yml --no-start
29+
pwd && ls manifest.yml && cf push notify-${{matrix.app}}-${{inputs.environment}} -f manifest.yml
3030
cf restage --strategy rolling notify-${{matrix.app}}-${{inputs.environment}}
3131
- name: Restage ${{matrix.app}} egress
3232
uses: cloud-gov/cg-cli-tools@main

0 commit comments

Comments
 (0)