Skip to content

Commit 788047c

Browse files
glasntArnaud Porterie
authored andcommitted
Format awsconfig sample config correctly
Reflow change in commit 195f3a3 removed newlines in the config format. This change reverts the sample config to the original formatting, which matches the actual config format of a `awsconfig` file. Signed-off-by: Katie McLaughlin <katie@glasnt.com>
1 parent 0c0e7b1 commit 788047c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,10 @@ you need to access the AWS bucket you'll be deploying to.
8989

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

92-
[profile dowideit-docs] aws_access_key_id = IHOIUAHSIDH234rwf....
93-
aws_secret_access_key = OIUYSADJHLKUHQWIUHE...... region = ap-southeast-2
92+
[profile dowideit-docs]
93+
aws_access_key_id = IHOIUAHSIDH234rwf....
94+
aws_secret_access_key = OIUYSADJHLKUHQWIUHE......
95+
region = ap-southeast-2
9496

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

0 commit comments

Comments
 (0)