Posts Tagged capistrano
“Solution to capistrano issue”
- If you are facing the following issue when deploying the application through capistrano
- ** [err] Host key verification failed.** [err] svn: Connection closed unexpectedlycommand
- finished*** [deploy:update_code] rolling back
- see if adding the following line to deploy.rb makes any difference:
- default_run_options[:pty] = true
- You can also refer
- to::http://www.mail-archive.com/capistrano@googlegroups.com/msg02817.html
3 comments January 2, 2008