File tree Expand file tree Collapse file tree 1 file changed +12
-1
lines changed
Expand file tree Collapse file tree 1 file changed +12
-1
lines changed Original file line number Diff line number Diff line change 2525 cf_password : ${{ secrets.CLOUDGOV_PASSWORD }}
2626 cf_org : gsa-tts-benefits-studio
2727 cf_space : notify-${{ inputs.environment }}
28+ cf_command : >-
29+ push -f manifest.yml
30+ --vars-file deploy-config/${{inputs.environment}}.yml
31+ --var DANGEROUS_SALT="$DANGEROUS_SALT"
32+ --var SECRET_KEY="$SECRET_KEY"
33+ --var ADMIN_CLIENT_SECRET="$ADMIN_CLIENT_SECRET"
34+ --var NEW_RELIC_LICENSE_KEY="$NEW_RELIC_LICENSE_KEY"
35+ --var NOTIFY_E2E_TEST_EMAIL="$NOTIFY_E2E_TEST_EMAIL"
36+ --var NOTIFY_E2E_TEST_PASSWORD="$NOTIFY_E2E_TEST_PASSWORD"
37+ --var LOGIN_DOT_GOV_REGISTRATION_URL="$LOGIN_DOT_GOV_REGISTRATION_URL"
38+ --strategy rolling
2839 command : " cf restage --strategy rolling notify-${{matrix.app}}-${{inputs.environment}}"
2940 - name : Restage ${{matrix.app}} egress
3041 uses : cloud-gov/cg-cli-tools@main
3344 cf_password : ${{ secrets.CLOUDGOV_PASSWORD }}
3445 cf_org : gsa-tts-benefits-studio
3546 cf_space : notify-${{ inputs.environment }}-egress
47+
3648 command : |
37- cf push notify-${{matrix.app}}-${{inputs.environment}} -f manifest.yml --no-start
3849 cf restage --strategy rolling egress-proxy-notify-${{matrix.app}}-${{inputs.environment}}
You can’t perform that action at this time.
0 commit comments