Created
October 24, 2011 02:47
-
-
Save danhere/1308255 to your computer and use it in GitHub Desktop.
Capistrano Errors
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ cap deploy:cold | |
* 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]:danhere/nests.git master" | |
command finished in 1204ms | |
* executing "if [ -d ~/apps/nests/shared/cached-copy ]; then cd ~/apps/nests/shared/cached-copy && git fetch -q origin && git fetch --tags -q origin && git reset -q --hard fd3b5076669f626edf5bef911dfb678a5398ca09 && git clean -q -d -x -f; else git clone -q [email protected]:danhere/nests.git ~/apps/nests/shared/cached-copy && cd ~/apps/nests/shared/cached-copy && git checkout -q -b deploy fd3b5076669f626edf5bef911dfb678a5398ca09; fi" | |
servers: ["meettimes.com"] | |
Password: | |
[meettimes.com] executing command | |
** [meettimes.com :: err] Host key verification failed. | |
** [meettimes.com :: err] fatal: The remote end hung up unexpectedly | |
command finished in 435ms | |
*** [deploy:update_code] rolling back | |
* executing "rm -rf ~/apps/nests/releases/20111024024653; true" | |
servers: ["meettimes.com"] | |
[meettimes.com] executing command | |
command finished in 123ms | |
failed: "sh -c 'if [ -d ~/apps/nests/shared/cached-copy ]; then cd ~/apps/nests/shared/cached-copy && git fetch -q origin && git fetch --tags -q origin && git reset -q --hard fd3b5076669f626edf5bef911dfb678a5398ca09 && git clean -q -d -x -f; else git clone -q [email protected]:danhere/nests.git ~/apps/nests/shared/cached-copy && cd ~/apps/nests/shared/cached-copy && git checkout -q -b deploy fd3b5076669f626edf5bef911dfb678a5398ca09; fi'" on meettimes.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment