Created
September 19, 2008 21:00
-
-
Save sarahhodne/11659 to your computer and use it in GitHub Desktop.
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
[13:59:36] [nordicmineral@gambino copythis]$ cap deploy:cold | |
* executing `deploy:cold' | |
* executing `deploy:update' | |
** transaction: start | |
* executing `deploy:update_code' | |
updating the cached checkout on all servers | |
Enter passphrase for key '/home/nordicmineral/.ssh/id_rsa': | |
* executing "if [ -d /home/nordicmineral/nordicmineral/shared/cached-copy ]; then cd /home/nordicmineral/nordicmineral/shared/cached-copy && git fetch -q origin && git reset -q --hard 910d2dea4806cc2f7135c8893f0d5caf0c39c62a; else git clone -q [email protected]:nordicmineral/nordicmineral-git.git /home/nordicmineral/nordicmineral/shared/cached-copy && cd /home/nordicmineral/nordicmineral/shared/cached-copy && git checkout -q -b deploy 910d2dea4806cc2f7135c8893f0d5caf0c39c62a; fi" | |
servers: ["nordicmineral.com"] | |
Password: | |
[nordicmineral.com] executing command | |
** [nordicmineral.com :: err] Error reading response length from authentication socket. | |
** [nordicmineral.com :: err] Permission denied (publickey). | |
** [nordicmineral.com :: err] fatal: The remote end hung up unexpectedly | |
** [nordicmineral.com :: err] fetch-pack from '[email protected]:nordicmineral/nordicmineral-git.git' failed. | |
command finished | |
*** [deploy:update_code] rolling back | |
* executing "rm -rf /home/nordicmineral/nordicmineral/releases/20080919205952; true" | |
servers: ["nordicmineral.com"] | |
[nordicmineral.com] executing command | |
command finished | |
failed: "sh -c \"if [ -d /home/nordicmineral/nordicmineral/shared/cached-copy ]; then cd /home/nordicmineral/nordicmineral/shared/cached-copy && git fetch -q origin && git reset -q --hard 910d2dea4806cc2f7135c8893f0d5caf0c39c62a; else git clone -q [email protected]:nordicmineral/nordicmineral-git.git /home/nordicmineral/nordicmineral/shared/cached-copy && cd /home/nordicmineral/nordicmineral/shared/cached-copy && git checkout -q -b deploy 910d2dea4806cc2f7135c8893f0d5caf0c39c62a; fi\"" on nordicmineral.com | |
[13:59:52] [nordicmineral@gambino copythis]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment