Created
January 11, 2011 17:39
-
-
Save rclements/774776 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 1 (M=42a270) rclements@RCLEMENTS.LOCAL ~/railapp/mapto> cap deploy:cold | |
| 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 locally: "git ls-remote git@github.com:rclements/mapto.git master" | |
| * executing "if [ -d /Users/rclements/var/shared/cached-copy ]; then cd /Users/rclements/var/shared/cached-copy && git fetch -q origin && git reset -q --hard 42a270d2cf5fb35a24119fda6d9561a5f4ba629e && git clean -q -d -x -f; else git clone -q git@github.com:rclements/mapto.git /Users/rclements/var/shared/cached-copy && cd /Users/rclements/var/shared/cached-copy && git checkout -q -b deploy 42a270d2cf5fb35a24119fda6d9561a5f4ba629e; fi" | |
| servers: ["localhost"] | |
| Password: | |
| [localhost] executing command | |
| ** [localhost :: err] sh: git: command not found | |
| command finished | |
| *** [deploy:update_code] rolling back | |
| * executing "rm -rf /Users/rclements/var/releases/20110111173352; true" | |
| servers: ["localhost"] | |
| [localhost] executing command | |
| command finished | |
| failed: "sh -c 'if [ -d /Users/rclements/var/shared/cached-copy ]; then cd /Users/rclements/var/shared/cached-copy && git fetch -q origin && git reset -q --hard 42a270d2cf5fb35a24119fda6d9561a5f4ba629e && git clean -q -d -x -f; else git clone -q git@github.com:rclements/mapto.git /Users/rclements/var/shared/cached-copy && cd /Users/rclements/var/shared/cached-copy && git checkout -q -b deploy 42a270d2cf5fb35a24119fda6d9561a5f4ba629e; fi'" on localhost |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment