2014-03-31 21:03:14 +05:30
|
|
|
s3_id: <%= ENV["AWS_ACCESS_KEY_ID"] %>
|
|
|
|
s3_secret: <%= ENV["AWS_SECRET_ACCESS_KEY"] %>
|
2014-03-31 06:33:08 +05:30
|
|
|
s3_bucket: embd.kidoman.io
|
|
|
|
|
|
|
|
gzip: true
|
|
|
|
gzip_zopfli: true
|
|
|
|
|
|
|
|
max_age:
|
|
|
|
"js/*": 6000
|
|
|
|
"css/*": 6000
|
|
|
|
"img/*": 6000
|
2014-04-16 14:07:35 +05:30
|
|
|
"bower_components/**": 6000
|
2014-03-31 06:33:08 +05:30
|
|
|
"*": 300
|
|
|
|
|
|
|
|
exclude_from_upload:
|
|
|
|
- .bundle
|
|
|
|
- .git
|
|
|
|
- bin
|
|
|
|
- sass
|
|
|
|
- vendor
|
|
|
|
- .gitignore
|
|
|
|
- .ruby-version
|
|
|
|
- config.rb
|
|
|
|
- Gemfile
|
|
|
|
- Gemfile.lock
|
|
|
|
- gumby.json
|
|
|
|
- s3_website.yml
|
|
|
|
- .DS_Store
|
|
|
|
|
|
|
|
s3_reduced_redundancy: true
|
|
|
|
|
|
|
|
cloudfront_distribution_id: E1R1QW09LV1O8W
|
|
|
|
cloudfront_invalidate_root: true
|
|
|
|
|
|
|
|
concurrency_level: 5
|