Created
December 28, 2010 16:50
-
-
Save samgranieri/757408 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
$ cap deploy | |
triggering start callbacks for `deploy' | |
* executing `multistage:ensure' | |
*** Defaulting to `qa' | |
* executing `qa' | |
* executing `deploy' | |
* executing `deploy:update' | |
** transaction: start | |
* executing `deploy:update_code' | |
executing locally: "git ls-remote [email protected]:ORG_NAME/APP_NAME.git HEAD" | |
* executing "git clone -q [email protected]:ORG_NAME/APP_NAME.git /var/www/APP_NAME/releases/20101228163613 && cd /var/www/APP_NAME/releases/20101228163613 && git checkout -q -b deploy fcdf490266c1df26da8495c059114be2f3bae29f && git submodule -q init && git submodule -q sync && git submodule -q update && (echo fcdf490266c1df26da8495c059114be2f3bae29f > /var/www/APP_NAME/releases/20101228163613/REVISION)" | |
servers: ["qa.DEPLOY_HOST.com"] | |
[qa.DEPLOY_HOST.com] executing command | |
** [qa.DEPLOY_HOST.com :: out] Permission denied (publickey). | |
** fatal: The remote end hung up unexpectedly | |
command finished | |
*** [deploy:update_code] rolling back | |
* executing "rm -rf /var/www/APP_NAME/releases/20101228163613; true" | |
servers: ["qa.DEPLOY_HOST.com"] | |
[qa.DEPLOY_HOST.com] executing command | |
command finished | |
failed: "sh -c 'git clone -q [email protected]:ORG_NAME/APP_NAME.git /var/www/APP_NAME/releases/20101228163613 && cd /var/www/APP_NAME/releases/20101228163613 && git checkout -q -b deploy fcdf490266c1df26da8495c059114be2f3bae29f && git submodule -q init && git submodule -q sync && git submodule -q update && (echo fcdf490266c1df26da8495c059114be2f3bae29f > /var/www/APP_NAME/releases/20101228163613/REVISION)'" on qa.DEPLOY_HOST.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment