achambers / ember-cli-deploy-original

An Ember-CLI addon for lightening fast deployment of applications
77 stars 18 forks source link

Make specifying config better #36

Closed achambers closed 10 years ago

achambers commented 10 years ago

Currently config is passed in via command line args or env vars. This was fine for the start but already we have had two more added. Also, this doesn't really cater for different environments. It would be better if we specified config options in a deployment config file in the project.

This is the first attempt at that.

Closes #35