Use full_command in CI script rather than passing args

This commit is contained in:
Christa Hartsock
2022-07-07 16:52:06 -07:00
parent e0b74511e8
commit 6a7e5aa776

View File

@@ -44,7 +44,8 @@ jobs:
cf_password: ${{ secrets.cloudgov_password }}
cf_org: gsa-10x-prototyping
cf_space: 10x-notifications
push_arguments: |
full_command: |
cf push --strategy rolling \
--var DANGEROUS_SALT="$DANGEROUS_SALT" \
--var SECRET_KEY="$SECRET_KEY" \
--var AWS_ACCESS_KEY_ID="$AWS_ACCESS_KEY_ID" \