Skip to content

Instantly share code, notes, and snippets.

@kruptos
Created May 4, 2013 20:22
Show Gist options
  • Save kruptos/5518623 to your computer and use it in GitHub Desktop.
Save kruptos/5518623 to your computer and use it in GitHub Desktop.
cap deploy
* 2013-05-04 12:31:11 executing `deploy'
* 2013-05-04 12:31:11 executing `deploy:update'
** transaction: start
* 2013-05-04 12:31:11 executing `deploy:update_code'
executing locally: "git ls-remote ssh://OMITTED/~/git/villain.git master"
OMITTED's password:
command finished in 19148ms
* executing "git clone -q ssh://OMITTED/~/git/villain.git /var/www/vinyl_villain/releases/20130504193130 && cd /var/www/vinyl_villain/releases/20130504193130 && git checkout -q -b deploy 699107945609e3d55645bd430405e5ba63b3390d && (echo 699107945609e3d55645bd430405e5ba63b3390d > /var/www/vinyl_villain/releases/20130504193130/REVISION)"
servers: ["OMITTED"]
Password:
[OMITTED] executing command
** [OMITTED :: err] Host key verification failed.
** [OMITTED :: err] fatal: The remote end hung up unexpectedly
command finished in 2596ms
*** [deploy:update_code] rolling back
* executing "rm -rf /var/www/vinyl_villain/releases/20130504193130; true"
servers: ["OMITTED"]
[OMITTED] executing command
command finished in 250ms
failed: "env RAILS_ENV=production sh -c 'git clone -q ssh://OMITTED/~/git/villain.git /var/www/vinyl_villain/releases/20130504193130 && cd /var/www/vinyl_villain/releases/20130504193130 && git checkout -q -b deploy 699107945609e3d55645bd430405e5ba63b3390d && (echo 699107945609e3d55645bd430405e5ba63b3390d > /var/www/vinyl_villain/releases/20130504193130/REVISION)'" on OMITTED
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment