Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@leanucci
Created February 12, 2012 18:33
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 leanucci/1810069 to your computer and use it in GitHub Desktop.
Save leanucci/1810069 to your computer and use it in GitHub Desktop.
5505 15:30 ~/Workspace/Projects/xs (mailman) ➔ cap production deploy
* executing `production'
triggering start callbacks for `deploy'
* executing `multistage:ensure'
* executing `deploy'
triggering before callbacks for `deploy'
* executing `deploy:ask_for_branch'
Branch name or tag/commit SHA1 to deploy (default: production)
mailman
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
updating the cached checkout on all servers
executing locally: "git ls-remote git@github.com:vurbia/xephstratus.git mailman"
command finished in 6442ms
* executing "if [ -d /var/www/xephstratus/shared/cached-copy ]; then cd /var/www/xephstratus/shared/cached-copy && git fetch -q origin && git fetch --tags -q origin && git reset -q --hard 1ffa77c369cbed0284f683d2c4b00b564947e682 && git clean -q -d -x -f; else git clone -q git@github.com:vurbia/xephstratus.git /var/www/xephstratus/shared/cached-copy && cd /var/www/xephstratus/shared/cached-copy && git checkout -q -b deploy 1ffa77c369cbed0284f683d2c4b00b564947e682; fi"
servers: ["as-01.xstrat.us", "as-02.xstrat.us"]
[as-01.xstrat.us] executing command
[as-02.xstrat.us] executing command
** [as-01.xstrat.us :: out] fatal: Could not parse object '1ffa77c369cbed0284f683d2c4b00b564947e682'.
** [as-02.xstrat.us :: out] fatal: Could not parse object '1ffa77c369cbed0284f683d2c4b00b564947e682'.
command finished in 1718ms
*** [deploy:update_code] rolling back
* executing "rm -rf /var/www/xephstratus/releases/20120212183132; true"
servers: ["as-01.xstrat.us", "as-02.xstrat.us"]
[as-02.xstrat.us] executing command
[as-01.xstrat.us] executing command
command finished in 2448ms
failed: "rvm_path=/usr/local/rvm /usr/local/rvm/bin/rvm-shell '1.9.3-p0' -c 'if [ -d /var/www/xephstratus/shared/cached-copy ]; then cd /var/www/xephstratus/shared/cached-copy && git fetch -q origin && git fetch --tags -q origin && git reset -q --hard 1ffa77c369cbed0284f683d2c4b00b564947e682 && git clean -q -d -x -f; else git clone -q git@github.com:vurbia/xephstratus.git /var/www/xephstratus/shared/cached-copy && cd /var/www/xephstratus/shared/cached-copy && git checkout -q -b deploy 1ffa77c369cbed0284f683d2c4b00b564947e682; fi'" on as-01.xstrat.us,as-02.xstrat.us
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment