“Solution to capistrano issue”
January 2, 2008
- 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
Entry Filed under: capistrano, capistrano deployment issue, deployment, rails, ruby on rails, server. Tags: capistrano, rails.
3 Comments Add your own
Leave a Comment
Some HTML allowed:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <pre> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>
Trackback this post | Subscribe to the comments via RSS Feed
1.
Paweł | February 2, 2008 at 7:09 am
You’ve saved me, man! Thank you very much!!
2.
hoberion | February 26, 2008 at 5:29 pm
thank you, thank you …
3.
Bryan Ray | March 30, 2008 at 2:32 am
Thanks for the tip.