Skip to content

Commit

Permalink
Merge pull request moby#10605 from glasnt/readme_format
Browse files Browse the repository at this point in the history
Format `awsconfig` sample config correctly
  • Loading branch information
tiborvass committed Feb 6, 2015
2 parents 9c63178 + df39336 commit 2e947ae
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,10 @@ you need to access the AWS bucket you'll be deploying to.

The release script will create an s3 if needed, and will then push the files to it.

[profile dowideit-docs] aws_access_key_id = IHOIUAHSIDH234rwf....
aws_secret_access_key = OIUYSADJHLKUHQWIUHE...... region = ap-southeast-2
[profile dowideit-docs]
aws_access_key_id = IHOIUAHSIDH234rwf....
aws_secret_access_key = OIUYSADJHLKUHQWIUHE......
region = ap-southeast-2

The `profile` name must be the same as the name of the bucket you are deploying
to - which you call from the `docker` directory:
Expand Down

0 comments on commit 2e947ae

Please sign in to comment.