mirror of
https://github.com/GSA/notifications-api.git
synced 2025-12-20 15:31:15 -05:00
Use full_command in CI script rather than passing args
This commit is contained in:
3
.github/workflows/deploy.yml
vendored
3
.github/workflows/deploy.yml
vendored
@@ -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" \
|
||||
|
||||
Reference in New Issue
Block a user