Update docs for cloudfront_distribution_id

This commit is contained in:
Eric Anderson 2016-03-21 21:21:16 -04:00
parent c20b5f1b7a
commit cc0f62a328
1 changed files with 2 additions and 0 deletions

View File

@ -11,6 +11,7 @@ Use the S3 sync plugin to synchronize files and folders with an Amazon S3 bucket
* `content_type` - override default mime-types to use this value
* `metadata` - set custom metadata
* `redirects` - targets that should redirect elsewhere
* `cloudfront_distribution_id` - (optional) the cloudfront distribution id to invalidate after syncing
The following is a sample S3 configuration in your .drone.yml file:
@ -25,6 +26,7 @@ publish:
source: folder/to/archive
target: /target/location
delete: true
cloudfront_distribution_id: "9c5785d3ece6a9cdefa4"
```
Both `acl` and `content_type` can be passed as a string value to apply to all files, or as a map to apply to a subset of files.