Hello Brian, You want to have one code base that is hooked up to 2 heroku apps. (staging, production) Each of the heroku apps gives you 1 dyno for free.
I like the article at: http://jqr.github.com/2009/04/25/deploying-multiple-environments-on-heroku.html (see also: http://stackoverflow.com/questions/1279787/staging-instance-on-heroku ) There were a number of examples out there, but I'm having trouble tracking it down. The take away is that your local repo is connecting to a number of remotes: 1 of which is staging, 1 is production, and optionally, another could be github, or any other remote repo. --Keenan On May 17, 2010, at 2:44 PM, Brian wrote: > I currently have one app running with one dyno in production env. I'd > like to create a staging one too, but am not sure if I can do that, > with one dyno and its still free, or if I'll now have to pay for a 2nd > dyno. > > thanks, > Brian > > -- > You received this message because you are subscribed to the Google Groups > "Heroku" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > For more options, visit this group at > http://groups.google.com/group/heroku?hl=en. > -- You received this message because you are subscribed to the Google Groups "Heroku" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/heroku?hl=en.
