6 ms·
I use a similar strategy: http://trevorturk.com/2009/06/25/config-vars-and-heroku/ http://trevorturk.com/2009/06/25/config-vars-and-heroku/ ...this kind of thi
by trevorturk 16y ago
I use a similar strategy: http://trevorturk.com/2009/06/25/config-vars-and-heroku/ http://trevorturk.com/2009/06/25/config-vars-and-heroku/
...this kind of thing doesn't have to be Heroku-specific, though.
- ujeezy 16y agoYup, symlinking config files after deploy is the approach I use. Thanks for the Cap task to set things up; at the rate I setup new projects, manually copying those files was getting old :)