Wrap text
|
|
anil-wadghules-computer:~/code/rails/notetaker anilwadghule$ cap deploy:cold
* executing `deploy:cold'
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
updating the cached checkout on all servers
* executing "if [ -d /home/anil/public_html/notetaker.icanhasruby.com/shared/cached-copy ]; then cd /home/anil/public_html/notetaker.icanhasruby.com/shared/cached-copy && git fetch origin && git merge origin/HEAD; else git clone anil@icanhasruby.com:/var/git/notetaker /home/anil/public_html/notetaker.icanhasruby.com/shared/cached-copy && cd /home/anil/public_html/notetaker.icanhasruby.com/shared/cached-copy && git checkout -b deploy HEAD; fi"
servers: ["notetaker.icanhasruby.com"]
[notetaker.icanhasruby.com] executing command
** [out] Initialized empty Git repository in /home/anil/public_html/notetaker.icanhasruby.com/shared/cached-copy/.git/
** [err] Host key verification failed.
** [err] fatal: The remote end hung up unexpectedly
** [err] fetch-pack from 'anil@icanhasruby.com:/var/git/notetaker' failed.
command finished
*** [deploy:update_code] rolling back
* executing "rm -rf /home/anil/public_html/notetaker.icanhasruby.com/releases/20080129113637; true"
servers: ["notetaker.icanhasruby.com"]
[notetaker.icanhasruby.com] executing command
command finished
command "if [ -d /home/anil/public_html/notetaker.icanhasruby.com/shared/cached-copy ]; then cd /home/anil/public_html/notetaker.icanhasruby.com/shared/cached-copy && git fetch origin && git merge origin/HEAD; else git clone anil@icanhasruby.com:/var/git/notetaker /home/anil/public_html/notetaker.icanhasruby.com/shared/cached-copy && cd /home/anil/public_html/notetaker.icanhasruby.com/shared/cached-copy && git checkout -b deploy HEAD; fi" failed on notetaker.icanhasruby.com
anil-wadghules-computer:~/code/rails/notetaker anilwadghule$
|