Skip to content

Commit

Permalink
[DevOps] Hide AWS ECR URL
Browse files Browse the repository at this point in the history
This pull request hides the ECR URL from the public configuration.
While not strictly a secret, this is not information to share with the public.
The URl is stored now in our CircleCI Context.
  • Loading branch information
coding-red-panda committed Jan 22, 2021
1 parent dc75dfe commit 78d6758
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 @@ -6,7 +6,7 @@
# CircleCI configuration, reducing the complexity of the entire block.
# ---------------------------------------------------------------------------------------------------------------------
docker_image: &docker_image
image: 916869144969.dkr.ecr.us-east-1.amazonaws.com/customink/base-ruby:2.7-v4.0
image: ${CUSTOMINK_ECR_URL}/customink/base-ruby:2.7-v4.0
aws_auth:
aws_access_key_id: ${PRODUCTION_AWS_ACCESS_KEY_ID}
aws_secret_access_key: ${PRODUCTION_AWS_SECRET_ACCESS_KEY}
Expand Down

0 comments on commit 78d6758

Please sign in to comment.