Do you have ssh access to mysql.domain.be? If not, be sure to remove that machine from your deploy.rb and set one of your other servers to be in the :db role.
- Jamis Tarscher wrote: > Hi all, > > I try to deploy to a dreamhost account but get a > Net::SSH::AuthenticationFailed > > When I use cap deploy:cold I get a Net::SSH::AuthenticationFailed). I > have set the username and password in my deploy.rb > set :user, 'xxx' > set :password, 'xxx' > > Someone knows what goes wrong? > > Thanks > Stijn > > * executing `deploy:cold' > * executing `deploy:update' > ** transaction: start > * executing `deploy:update_code' > * executing "svn export -q --username user --password pass --no-auth- > cache -r6 http://svn.topvolleyantwerpen.be/code /home/user/ > www.domain.be/releases/2008060 > servers: ["mysql.domain.be", "www.domain.be"] > Password: > *** [deploy:update_code] rolling back > * executing "rm -rf /home/user/www.domain.be/releases/ > 20080608141334; true" > servers: ["mysql.domain.be", "www.domain.be"] > ** [deploy:update_code] exception while rolling back: > Capistrano::ConnectionError, connection failed for: mysql.domain.be > (Net::SSH::AuthenticationFailed: user) > connection failed for: mysql.domain.be > (Net::SSH::AuthenticationFailed: tarscher) > > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
