I have been happily deploying to various sites all morning with no problem.
I start getting the error: ssh: Could not resolve hostname hostname.co.uk: Temporary failure in name resolution [hostname.co.uk :: err] fatal: The remote end hung up unexpectedly If I change deploy.rb to use the ip address it works: set :single_server, '123.123.123.123' I can SSH to the site using the hostname, ping works showing the correct ip address as does dig. I cannot think of anything I did to cause the problem. I'd be very grateful if someone could shed some light on the problem, Many thanks, Mike ruby 1.8.6 (2009-03-31 patchlevel 368) [i686-darwin9.7.0] Capistrano v2.5.8 -- * You received this message because you are subscribed to the Google Groups "Capistrano" 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/capistrano?hl=en
