Created
February 3, 2014 09:50
-
-
Save hatchan/8781142 to your computer and use it in GitHub Desktop.
Adding custom http headers to the wercker s3sync step (https://app.wercker.com/#applications/51c82a063179be4478002245/tab/details)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
deploy: | |
steps: | |
s3sync: | |
key-id: $KEY | |
key-secret: $SECRET | |
bucket-url: $BUCKET | |
source-dir: $SOURCE | |
opts: --add-header="Cache-Control:max-age=3600, public" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thanks.
http://manuelgruber.com/2014/jekyll-auto-publish-aws-s3-cloudfront/