fix readme

It stated s3-cloudfront. Seems to be a 'copy paste' issue from a different repo's README.
This commit is contained in:
Andreas Böhrnsen
2017-04-17 09:43:17 +02:00
committed by GitHub
parent 8dd6d83c5e
commit 5e5c3c126b

View File

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