Skip to content

Instantly share code, notes, and snippets.

@bernsno
Created September 30, 2009 19:34
Show Gist options
  • Save bernsno/198379 to your computer and use it in GitHub Desktop.
Save bernsno/198379 to your computer and use it in GitHub Desktop.
triggering start callbacks for `production'
Identity added: /Users/noah/.ssh/id_rsa (/Users/noah/.ssh/id_rsa)
* executing `production'
triggering start callbacks for `deploy'
* executing `multistage:ensure'
Identity added: /Users/noah/.ssh/id_rsa (/Users/noah/.ssh/id_rsa)
* 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]:onedesign/the-post-family.git master"
* executing "if [ -d /home/prod/public_html/thepostfamily.com/shared/cached-copy ]; then cd /home/prod/public_html/thepostfamily.com/shared/cached-copy && git fetch -q origin && git reset -q --hard 98fb5fe78b598642f1a63ed2e815dd080b111747 && git submodule -q init && git submodule -q update; else git clone -q [email protected]:onedesign/the-post-family.git /home/prod/public_html/thepostfamily.com/shared/cached-copy && cd /home/prod/public_html/thepostfamily.com/shared/cached-copy && git checkout -q -b deploy 98fb5fe78b598642f1a63ed2e815dd080b111747 && git submodule -q init && git submodule -q update; fi"
servers: ["67.207.132.73"]
[67.207.132.73] executing command
** [67.207.132.73 :: out] fatal: Could not parse object '98fb5fe78b598642f1a63ed2e815dd080b111747'.
command finished
*** [deploy:update_code] rolling back
* executing "rm -rf /home/prod/public_html/thepostfamily.com/releases/20090930192744; true"
servers: ["67.207.132.73"]
[67.207.132.73] executing command
command finished
failed: "sh -c \"if [ -d /home/prod/public_html/thepostfamily.com/shared/cached-copy ]; then cd /home/prod/public_html/thepostfamily.com/shared/cached-copy && git fetch -q origin && git reset -q --hard 98fb5fe78b598642f1a63ed2e815dd080b111747 && git submodule -q init && git submodule -q update; else git clone -q [email protected]:onedesign/the-post-family.git /home/prod/public_html/thepostfamily.com/shared/cached-copy && cd /home/prod/public_html/thepostfamily.com/shared/cached-copy && git checkout -q -b deploy 98fb5fe78b598642f1a63ed2e815dd080b111747 && git submodule -q init && git submodule -q update; fi\"" on 67.207.132.73
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment