Just a note to anyone who goes down the same path I did. The "appname" that you specify in "appname.git" is not your project name that you created in github/bitbucket/etc. It's that random name that Heroku generated, to give your web app a unique URL.
On Monday, May 18, 2009 10:07:19 AM UTC-4, Dmitry Lipovoi wrote: > > 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]<javascript:>> > 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 unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/heroku?hl=en_US?hl=en --- You received this message because you are subscribed to the Google Groups "Heroku Community" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
