Build/staging environment separate from production application

2009-04-28 Thread teejayvanslyke
Greetings, We're using Heroku for our production environment and have recently created a production branch, with the hope that we can continue feature development on our master branch per most Git-based projects. However, Heroku seems to enforce that 'master' is the deployed branch. This can be

Re: Build/staging environment separate from production application

2009-04-28 Thread Mat Schaffer
On Apr 28, 2009, at 1:50 PM, teejayvanslyke wrote: Is anyone else using Heroku for two environments running different branches of the same repository on each? What is your solution? I'm not doing this, but from my knowledge of git it should be totally doable. You'd have two heroku apps, for

Re: Build/staging environment separate from production application

2009-04-28 Thread Dan Croak
There was a recent blog post about this, along the same lines as Mat's suggestion: http://jqr.github.com/2009/04/25/deploying-multiple-environments-on-heroku.html On Tue, Apr 28, 2009 at 2:30 PM, Mat Schaffer mat.schaf...@gmail.comwrote: On Apr 28, 2009, at 1:50 PM, teejayvanslyke wrote: Is