s3_website icon indicating copy to clipboard operation
s3_website copied to clipboard

Option to inherit from a default config file

Open code-tree opened this issue 10 years ago • 0 comments
trafficstars

I'm using a default s3_website.yml config file for all my websites, and using environment variables to customise it for each website's needs. On problem though is s3_website auto-adds cloudfront_distribution_id into the abstract config file.

Possibly solutions would either be:

  • Print out the cloudfront_distribution_id rather than editing the config file
  • Allowing inheritance of a defaults config file (e.g. allow multiple configs to be passed in cmd line)

Thanks for this project

code-tree avatar Jul 03 '15 02:07 code-tree