Open guiocavalcanti opened 13 years ago
Would love to see this as well - having issues right now with staging vs. development vs. production environments.
@robcole, a possible workaround is run the jammit-s3
command passing the --config PATH
option. My deployment recipe is aware which environment is being deployed , so I can specify which asset.yml file to use. For exaple jammit-s3 --config config/asset-production.yml
As in https://github.com/documentcloud/jammit/commit/135103b380c1df5fe39ad9f7605e5b4022dca5dc, jammit now supports environment specifc configurations. I was wondering if I could use such feature in jammit-s3 (to define different buckets per environment).