Skip to content

Commit

Permalink
feat: Setup region in config
Browse files Browse the repository at this point in the history
  • Loading branch information
d-beezee committed Apr 22, 2022
1 parent 8e00d9e commit 4853b80
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ set -e
mkdir -p ~/.aws

touch ~/.aws/credentials
touch ~/.aws/config

echo "[default]
region = ${AWS_REGION}" > ~/.aws/config

echo "[default]
aws_access_key_id = ${AWS_ACCESS_KEY_ID}
Expand Down

0 comments on commit 4853b80

Please sign in to comment.