Created
July 20, 2011 05:29
-
-
Save rbriank/1094396 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
ruby-1.9.2-p180@ss Brian-Kiersteads-MacBook-Pro:matcher briankierstead$ cap staging deploy | |
* executing `staging' | |
triggering start callbacks for `deploy' | |
* executing `multistage:ensure' | |
* 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]:rbriank/ss_matcher.git HEAD" | |
command finished in 1343ms | |
* executing "if [ -d /home/deploy/rails_apps/staging_matcher/shared/cached-copy ]; then cd /home/deploy/rails_apps/staging_matcher/shared/cached-copy && git fetch -q origin && git fetch --tags -q origin && git reset -q --hard 2f0de8e9bdf923f1183d1438ee3dd39f15bac8a6 && git clean -q -d -x -f; else git clone -q [email protected]:rbriank/ss_matcher.git /home/deploy/rails_apps/staging_matcher/shared/cached-copy && cd /home/deploy/rails_apps/staging_matcher/shared/cached-copy && git checkout -q -b deploy 2f0de8e9bdf923f1183d1438ee3dd39f15bac8a6; fi" | |
servers: ["vs157381.blueboxgrid.com"] | |
Password: | |
[vs157381.blueboxgrid.com] executing command | |
command finished in 3881ms | |
copying the cached version to /home/deploy/rails_apps/staging_matcher/releases/20110720044359 | |
* executing "rsync -lrpt --exclude=\".git/*\" /home/deploy/rails_apps/staging_matcher/shared/cached-copy/* /home/deploy/rails_apps/staging_matcher/releases/20110720044359 && (echo 2f0de8e9bdf923f1183d1438ee3dd39f15bac8a6 > /home/deploy/rails_apps/staging_matcher/releases/20110720044359/REVISION)" | |
servers: ["vs157381.blueboxgrid.com"] | |
[vs157381.blueboxgrid.com] executing command | |
** [out :: vs157381.blueboxgrid.com] rsync: mkdir "/home/deploy/rails_apps/staging_matcher/releases/20110720044359" failed: No such file or directory (2) | |
** [out :: vs157381.blueboxgrid.com] rsync error: error in file IO (code 11) at main.c(509) [receiver=2.6.8] | |
** [out :: vs157381.blueboxgrid.com] rsync: connection unexpectedly closed (8 bytes received so far) [sender] | |
** [out :: vs157381.blueboxgrid.com] rsync error: error in rsync protocol data stream (code 12) at io.c(463) [sender=2.6.8] | |
command finished in 510ms | |
*** [deploy:update_code] rolling back | |
* executing "rm -rf /home/deploy/rails_apps/staging_matcher/releases/20110720044359; true" | |
servers: ["vs157381.blueboxgrid.com"] | |
[vs157381.blueboxgrid.com] executing command | |
command finished in 424ms | |
failed: "rvm_path=/usr/local/rvm /usr/local/rvm/bin/rvm-shell 'ruby-1.9.2-p180' -c 'rsync -lrpt --exclude=\".git/*\" /home/deploy/rails_apps/staging_matcher/shared/cached-copy/* /home/deploy/rails_apps/staging_matcher/releases/20110720044359 && (echo 2f0de8e9bdf923f1183d1438ee3dd39f15bac8a6 > /home/deploy/rails_apps/staging_matcher/releases/20110720044359/REVISION)'" on vs157381.blueboxgrid.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment