Skip to content

Instantly share code, notes, and snippets.

@markprovan
Created May 13, 2012 17:43
Show Gist options
  • Select an option

  • Save markprovan/2689447 to your computer and use it in GitHub Desktop.

Select an option

Save markprovan/2689447 to your computer and use it in GitHub Desktop.
error.sh
* executing `deploy'
triggering before callbacks for `deploy'
* executing `deploy:check_revision'
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
updating the cached checkout on all servers
executing locally: "git ls-remote git@github.com:markprovan/dropwall.git master"
command finished in 2658ms
* executing "if [ -d /home/ubuntu/apps/dropwall/shared/cached-copy ]; then cd /home/ubuntu/apps/dropwall/shared/cached-copy && git fetch -q origin && git fetch --tags -q origin && git reset -q --hard 27e8423a05c48851a87859f060da743118ce5c0d && git clean -q -d -x -f; else git clone -q git@github.com:markprovan/dropwall.git /home/ubuntu/apps/dropwall/shared/cached-copy && cd /home/ubuntu/apps/dropwall/shared/cached-copy && git checkout -q -b deploy 27e8423a05c48851a87859f060da743118ce5c0d; fi"
servers: ["ec2-23-22-67-33.compute-1.amazonaws.com"]
[ec2-23-22-67-33.compute-1.amazonaws.com] executing command
command finished in 4624ms
copying the cached version to /home/ubuntu/apps/dropwall/releases/20120513174201
* executing "cp -RPp /home/ubuntu/apps/dropwall/shared/cached-copy /home/ubuntu/apps/dropwall/releases/20120513174201 && (echo 27e8423a05c48851a87859f060da743118ce5c0d > /home/ubuntu/apps/dropwall/releases/20120513174201/REVISION)"
servers: ["ec2-23-22-67-33.compute-1.amazonaws.com"]
[ec2-23-22-67-33.compute-1.amazonaws.com] executing command
** [out :: ec2-23-22-67-33.compute-1.amazonaws.com] cp: cannot create directory `/home/ubuntu/apps/dropwall/releases/20120513174201': No such file or directory
command finished in 369ms
*** [deploy:update_code] rolling back
* executing "rm -rf /home/ubuntu/apps/dropwall/releases/20120513174201; true"
servers: ["ec2-23-22-67-33.compute-1.amazonaws.com"]
[ec2-23-22-67-33.compute-1.amazonaws.com] executing command
command finished in 377ms
failed: "sh -c 'cp -RPp /home/ubuntu/apps/dropwall/shared/cached-copy /home/ubuntu/apps/dropwall/releases/20120513174201 && (echo 27e8423a05c48851a87859f060da743118ce5c0d > /home/ubuntu/apps/dropwall/releases/20120513174201/REVISION)'" on ec2-23-22-67-33.compute-1.amazonaws.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment