you don't need to do heroku create on second machine. just add ssh public key for second machine (see heroku keys:add for details) and make a clone from heroku. alternatively you can add heroku repo as remote to existing local repo on second machine (git remote add heroku [email protected]:appname.git)
On Mon, May 18, 2009 at 5:52 PM, nonrecursive <[email protected]> wrote: > > I have an app that I'm developing using two machines. How do I do > "heroku create" on the second machine, heroku creates a new app with a > different URL. > > How do I get heroku to treat the code on the second machine likes it > from the same app as that on the first machine? > > Thanks! > > > --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
