Skip to content

Commit

Permalink
Fix cfn-config template path
Browse files Browse the repository at this point in the history
  • Loading branch information
dakotabenjamin committed Jul 2, 2019
1 parent c45ac3b commit c31f782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
echo "export JSON_CONFIG='{\"ImageTag\":\"$IMAGE_TAG\", \"ELBSubnets\":\"${<< parameters.elb_subnets >>}\", \"ContainerCpu\":\"${<< parameters.container_cpu >>}\", \"ContainerMemory\":\"${<< parameters.container_memory >>}\", \"SSLCertificateIdentifier\":\"${<< parameters.ssl_cert >>}\", \"DatabaseSize\":\"${<< parameters.db_size >>}\", \"DatabaseName\":\"${<< parameters.db_name >>}\", \"DatabaseUser\":\"${<< parameters.db_user >>}\", \"DatabasePassword\":\"${<< parameters.db_password >>}\"}'" >> $BASH_ENV
- deploy:
name: Deploy to CloudFormation
command: cfn-config update production $CIRCLE_WORKING_DIRECTORY/devops/ml-enabler.template.js -f -c hot-cfn-config -t hot-cfn-config -r $AWS_REGION -p "$JSON_CONFIG"
command: cfn-config update production devops/ml-enabler.template.js -f -c hot-cfn-config -t hot-cfn-config -r $AWS_REGION -p "$JSON_CONFIG"

workflows:
version: 2
Expand Down

0 comments on commit c31f782

Please sign in to comment.