On Mon, Dec 19, 2011 at 2:19 PM, Rodrigo Ruiz <[email protected]> wrote: > I'd like to deploy a rails app to a heroku account without using terminal. > I'd like to upload it just like I upload a photo to facebook, so I don't > have to change my configuration if I need to upload to another account (like > I do) >
It sounds like you want a 'ftp' style deploy for Heroku. I'm not 100% sure, but I don't think you can do that. If you want a single local app to go to multiple heroku apps, you might be able to define a git remote for each app.. But I'd be afraid that other things like executing rake, db changes, logs, etc.. wouldn't work right. -- Greg Akins http://twitter.com/akinsgre -- 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.

