Created
May 16, 2011 01:49
-
-
Save erichurst/973783 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
gideon:beyond_the_shock eh$ cap staging deploy | |
triggering start callbacks for `staging' | |
* executing `moonshine:configure' | |
* executing `staging' | |
triggering start callbacks for `deploy' | |
* executing `moonshine:configure' | |
* executing `multistage:ensure' | |
triggering after callbacks for `multistage:ensure' | |
* executing `moonshine:configure_stage' | |
* executing `deploy' | |
* executing `deploy:update' | |
** transaction: start | |
* executing `deploy:update_code' | |
executing locally: "git ls-remote [email protected]:ovenbits/beyondtheshock.git staging" | |
command finished in 1317ms | |
* executing "git clone -q [email protected]:ovenbits/beyondtheshock.git /srv/beyondtheshock/releases/20110509170156 && cd /srv/beyondtheshock/releases/20110509170156 && git checkout -q -b deploy 6efc02a2e945c5ce30304571a60338f5c12a3bcd && git submodule -q init && git submodule -q sync && git submodule -q update --init --recursive && (echo 6efc02a2e945c5ce30304571a60338f5c12a3bcd > /srv/beyondtheshock/releases/20110509170156/REVISION)" | |
servers: ["staging.beyondtheshock.nbcf.managedmachine.com"] | |
[staging.beyondtheshock.nbcf.managedmachine.com] executing command | |
** [staging.beyondtheshock.nbcf.managedmachine.com :: out] No submodule mapping found in .gitmodules for path 'vendor/cache/ruby/1.8/bundler/gems/delayed_job-3fc5713eb764' | |
command finished in 38078ms | |
*** [deploy:update_code] rolling back | |
* executing "rm -rf /srv/beyondtheshock/releases/20110509170156; true" | |
servers: ["staging.beyondtheshock.nbcf.managedmachine.com"] | |
[staging.beyondtheshock.nbcf.managedmachine.com] executing command | |
command finished in 5838ms | |
failed: "sh -c 'git clone -q [email protected]:ovenbits/beyondtheshock.git /srv/beyondtheshock/releases/20110509170156 && cd /srv/beyondtheshock/releases/20110509170156 && git checkout -q -b deploy 6efc02a2e945c5ce30304571a60338f5c12a3bcd && git submodule -q init && git submodule -q sync && git submodule -q update --init --recursive && (echo 6efc02a2e945c5ce30304571a60338f5c12a3bcd > /srv/beyondtheshock/releases/20110509170156/REVISION)'" on staging.beyondtheshock.nbcf.managedmachine.com |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Linked to from here: https://gist.github.com/558528.