Skip to content

Commit

Permalink
Make circle aws deploy commands idempotent (#57)
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian Delerme authored and aginsberg committed Jul 17, 2019
1 parent 80109c2 commit 1a09e6e
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 @@ -33,7 +33,7 @@ commands:
- run:
name: Configure AWS
command: |
mkdir ~/.aws
mkdir -p ~/.aws
cp .circleci/aws_config ~/.aws/config
echo -e $AWS_PROD_PROFILE >> ~/.aws/config
- aws-s3/copy:
Expand Down

0 comments on commit 1a09e6e

Please sign in to comment.