theRemix .. wrote: > I've had this problem for over 2 weeks: > > i'm following a tutorial on how to use capistrano on dreamhost servers > here > http://wiki.dreamhost.com/index.php/Capistrano > hi, I don't know if you're still following this thread but I thought I would post in case you are. I've been struggling with the same problem and what has fixed it for me is setting the web, app, and db servers all to the same value, so in your case:
role :web, "jukkakke.com" role :app, "jukkakke.com" role :db, "jukkakke.com", :primary => true hth -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Deploying Rails" group. To post to this group, send email to rubyonrails-deployment@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-deployment?hl=en -~----------~----~----~----~------~----~------~--~---