what do I have to set at the .git/config? I've never had to manually edit that file.
What I've done so far is set (only once) my heroku account at my terminal, and now always when I do git push heroku master it always pushes to my heroku account (no matter what project I'm working on). On Tue, Dec 20, 2011 at 10:18 AM, Hassan Schroeder < [email protected]> wrote: > On Tue, Dec 20, 2011 at 4:03 AM, Rodrigo Ruiz <[email protected]> > wrote: > > As far as I know, to deploy to heroku, I have to set my configurations, > > meaning I have to set my account name, password and maybe other stuff I > > don't remember (but only once). > > Again, what "configurations" are you talking about? Where exactly are > you setting these things? > > > So how do I specify that now I want to deploy to a different heroku > account, > > but only for that project, no the others > > Deployment is per application, not "account". If you've been added > to an application as a collaborator, you can deploy that application the > standard way, using the info in .git/config. > > You do not have to change anything else. > > -- > Hassan Schroeder ------------------------ [email protected] > http://about.me/hassanschroeder > twitter: @hassan > > -- > You received this message because you are subscribed to the Google Groups > "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en. > > -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en.

