Skip to content

Commit

Permalink
Circle fix for ECS deploy.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinlittman authored Nov 11, 2019
1 parent 14d7320 commit 301f6af
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 @@ -90,7 +90,7 @@ jobs:
name: Update AWS ECS
command: |
mkdir ~/.aws
echo -e "[circle]\naws_access_key_id=$AWS_ACCESS_KEY_ID\naws_secret_access_key=$AWS_SECRET_ACCESS_KEY\n" > ~/.aws/credentials
echo -e "[circle]\naws_access_key_id=$CIRCLE_ACCESS_KEY_ID\naws_secret_access_key=$CIRCLE_SECRET_KEY\n" > ~/.aws/credentials
unset AWS_SESSION_TOKEN
aws configure set region us-west-2
aws configure set output json
Expand Down

0 comments on commit 301f6af

Please sign in to comment.