Created
October 24, 2011 03:02
-
-
Save danhere/1308273 to your computer and use it in GitHub Desktop.
This
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 | |
* executing `deploy' | |
* 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 1619ms | |
* executing "if [ -d /var/apps/nests/shared/cached-copy ]; then cd /var/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 /var/apps/nests/shared/cached-copy && cd /var/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 356ms | |
*** [deploy:update_code] rolling back | |
* executing "rm -rf /var/apps/nests/releases/20111024030059; true" | |
servers: ["meettimes.com"] | |
[meettimes.com] executing command | |
command finished in 122ms | |
failed: "sh -c 'if [ -d /var/apps/nests/shared/cached-copy ]; then cd /var/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 /var/apps/nests/shared/cached-copy && cd /var/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