Skip to content

Instantly share code, notes, and snippets.

@BrianTheCoder
Created October 31, 2008 23:28
Show Gist options
  • Select an option

  • Save BrianTheCoder/21445 to your computer and use it in GitHub Desktop.

Select an option

Save BrianTheCoder/21445 to your computer and use it in GitHub Desktop.
triggering start callbacks for `deploy:cold'
* executing `multistage:ensure'
*** Defaulting to `staging'
* executing `staging'
* executing `deploy:cold'
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
updating the cached checkout on all servers
* executing "if [ -d /data/merb/localspoke/shared/cached-copy ]; then cd /data/merb/localspoke/shared/cached-copy && git fetch -q origin && git reset -q --hard 5764b55eb2525feb77d7b01ea83506bc3b44476e; else git clone -q git@github.com:downtowncartel/localspoke.git /data/merb/localspoke/shared/cached-copy && cd /data/merb/localspoke/shared/cached-copy && git checkout -q -b deploy 5764b55eb2525feb77d7b01ea83506bc3b44476e; fi"
servers: ["208.78.101.238"]
[208.78.101.238] executing command
** [208.78.101.238 :: out] Usage: /usr/bin/git-reset [--mixed | --soft | --hard] [<commit-ish>] [ [--] <paths>...]
command finished
*** [deploy:update_code] rolling back
* executing "rm -rf /data/merb/localspoke/releases/20081031232738; true"
servers: ["208.78.101.238"]
[208.78.101.238] executing command
command finished
failed: "sh -c \"if [ -d /data/merb/localspoke/shared/cached-copy ]; then cd /data/merb/localspoke/shared/cached-copy && git fetch -q origin && git reset -q --hard 5764b55eb2525feb77d7b01ea83506bc3b44476e; else git clone -q git@github.com:downtowncartel/localspoke.git /data/merb/localspoke/shared/cached-copy && cd /data/merb/localspoke/shared/cached-copy && git checkout -q -b deploy 5764b55eb2525feb77d7b01ea83506bc3b44476e; fi\"" on 208.78.101.238
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment