Skip to content

Instantly share code, notes, and snippets.

@erichurst
Created May 16, 2011 01:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erichurst/973783 to your computer and use it in GitHub Desktop.
Save erichurst/973783 to your computer and use it in GitHub Desktop.
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 git@github.com:ovenbits/beyondtheshock.git staging"
command finished in 1317ms
* executing "git clone -q git@github.com: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 git@github.com: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
@erichurst
Copy link
Author

Linked to from here: https://gist.github.com/558528.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment