It is running at 22. If it wouldn't be, how come deploy:setup was executed successfully?
On Mar 13, 9:27 pm, Jamis Buck <[email protected]> wrote: > The error is here: > > ** [mysite.ath.cx :: err] ssh: connect to host mysite.ath.cx port 22: > Connection timed out > ** [mysite.ath.cx :: err] fatal: The remote end hung up unexpectedly > command finished > > Apparently the ssh server at mysite.ath.cx is either not running, or is > not running on port 22. > > - Jamis > > On 3/13/09 12:59 PM, Valafar wrote: > > > Umm, I was a bit mixed :S Here's the whole thing: > > > * executing `deploy:cold' > > * executing `deploy:update' > > ** transaction: start > > * executing `deploy:update_code' > > updating the cached checkout on all servers > > executing locally: "git ls-remote [email protected]:myapp.git > > HEAD" > > * executing "if [ -d /home/myaccount/sites/myapp/shared/cached- > > copy ]; then cd /home/myaccount/sites/myapp/shared/cached-copy && git > > fetch -q origin && git reset -q --hard > > fa998c24c672352b2bef3ff9314881f441bd4c54; else git clone -q > > [email protected]:myapp.git /home/myaccount/sites/myapp/shared/cached- > > copy && cd /home/myaccount/sites/myapp/shared/cached-copy && git > > checkout -q -b deploy fa998c24c672352b2bef3ff9314881f441bd4c54; fi" > > servers: ["mysite.ath.cx"] > > [mysite.ath.cx] executing command > > ** [mysite.ath.cx :: err] ssh: connect to host mysite.ath.cx port 22: > > Connection timed out > > ** [mysite.ath.cx :: err] fatal: The remote end hung up unexpectedly > > command finished > > *** [deploy:update_code] rolling back > > * executing "rm -rf /home/myaccount/sites/myapp/releases/ > > 20090313185556; true" > > servers: ["mysite.ath.cx"] > > [mysite.ath.cx] executing command > > command finished > > failed: "sh -c \"if [ -d /home/myaccount/sites/myapp/shared/cached- > > copy ]; then cd /home/myaccount/sites/myapp/shared/cached-copy && git > > fetch -q origin && git reset -q --hard > > fa998c24c672352b2bef3ff9314881f441bd4c54; else git clone -q > > [email protected]:myapp.git /home/myaccount/sites/myapp/shared/cached- > > copy && cd /home/myaccount/sites/myapp/shared/cached-copy&& git > > checkout -q -b deploy fa998c24c672352b2bef3ff9314881f441bd4c54; fi\"" > > on mysite.ath.cx > > --~--~---------~--~----~------------~-------~--~----~ To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano -~----------~----~----~----~------~----~------~--~---
