Created
December 2, 2009 03:44
-
-
Save Sporky023/246912 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
vdiamond: cap deploy | |
[Deprecation Warning] Naming tasks with before_ and after_ is deprecated, please see the new before() and after() methods. (Offending task name was after_finalize_update) | |
triggering start callbacks for `deploy' | |
* executing `multistage:ensure' | |
*** Defaulting to `staging' | |
* executing `staging' | |
* 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]:Sporky023/vdiamond.git staging" | |
checking for git... yes | |
* executing "if [ -d /home/rails/vdiamond/staging/shared/cached-copy ]; then cd /home/rails/vdiamond/staging/shared/cached-copy && git fetch -q origin && git reset -q --hard 2b6bece00fd36bd8d9ce26fed7abfba774586b37 && git clean -q -d -x -f; else git clone -q [email protected]:Sporky023/vdiamond.git /home/rails/vdiamond/staging/shared/cached-copy && cd /home/rails/vdiamond/staging/shared/cached-copy && git checkout -q -b deploy 2b6bece00fd36bd8d9ce26fed7abfba774586b37; fi" | |
servers: ["slicehost.dnvanlines.com"] | |
[slicehost.dnvanlines.com] executing command | |
** [slicehost.dnvanlines.com :: out] fatal: Could not parse object '2b6bece00fd36bd8d9ce26fed7abfba774586b37'. | |
command finished | |
*** [deploy:update_code] rolling back | |
* executing "rm -rf /home/rails/vdiamond/staging/releases/20091202034352; true" | |
servers: ["slicehost.dnvanlines.com"] | |
[slicehost.dnvanlines.com] executing command | |
command finished | |
failed: "sh -c 'if [ -d /home/rails/vdiamond/staging/shared/cached-copy ]; then cd /home/rails/vdiamond/staging/shared/cached-copy && git fetch -q origin && git reset -q --hard 2b6bece00fd36bd8d9ce26fed7abfba774586b37 && git clean -q -d -x -f; else git clone -q [email protected]:Sporky023/vdiamond.git /home/rails/vdiamond/staging/shared/cached-copy && cd /home/rails/vdiamond/staging/shared/cached-copy && git checkout -q -b deploy 2b6bece00fd36bd8d9ce26fed7abfba774586b37; fi'" on slicehost.dnvanlines.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment