Merge pull request #12 from deepflame/patch-1

fix readme: remove cloudfront config
This commit is contained in:
Nicholas Terwoord
2017-04-17 08:22:06 -04:00
committed by GitHub

View File

@@ -27,9 +27,8 @@ deploy:
``` yaml
deploy:
type: s3-cloudfront
type: s3
bucket: my-site-bucket
cf_distribution: mydistributionid
headers: {CacheControl: 'max-age=604800, public'}
```