I'm trying to deploy an app via capistrano and when capistrano tries to connect to my domain here in hostingrails I get the following error:
Capistrano::ConnectionError, connection failed for: <mydomain>.com (Errno::ETIMEDOUT:
I'm not prompted for password or anything.
I've already deployed an app with capistrano here in hostingrails, but in my client's account. I've made a test and in that other account capistrano can connect withou a problem.
Thanks in advance.