Skip to content

Instantly share code, notes, and snippets.

@kruptos
Last active December 17, 2015 00:10
Show Gist options
  • Save kruptos/5519035 to your computer and use it in GitHub Desktop.
Save kruptos/5519035 to your computer and use it in GitHub Desktop.
cap deploy
* 2013-05-04 16:30:09 executing `deploy'
* 2013-05-04 16:30:09 executing `deploy:update'
** transaction: start
* 2013-05-04 16:30:09 executing `deploy:update_code'
executing locally: "git ls-remote ssh://villain@direct.vinylvillain.co/~/git/villain.git master"
villain@direct.vinylvillain.co's password:
command finished in 8678ms
* executing "git clone -q ssh://villain@direct.vinylvillain.co/~/git/villain.git /var/www/vinyl_villain/releases/20130504233018 && cd /var/www/vinyl_villain/releases/20130504233018 && git checkout -q -b deploy fff9f226b88b063374681e9a951fb07037e57047 && (echo fff9f226b88b063374681e9a951fb07037e57047 > /var/www/vinyl_villain/releases/20130504233018/REVISION)"
servers: ["173.160.64.26"]
Password:
[173.160.64.26] executing command
** [173.160.64.26 :: out] env: /home/villain/.rvm/bin/rvm-shell
** [173.160.64.26 :: out] : No such file or directory
command finished in 2370ms
*** [deploy:update_code] rolling back
* executing "rm -rf /var/www/vinyl_villain/releases/20130504233018; true"
servers: ["173.160.64.26"]
[173.160.64.26] executing command
** [out :: 173.160.64.26] env: /home/villain/.rvm/bin/rvm-shell
** [out :: 173.160.64.26] : No such file or directory
command finished in 287ms
** [deploy:update_code] exception while rolling back: Capistrano::CommandError, failed: "env RAILS_ENV=production rvm_path=$HOME/.rvm/ $HOME/.rvm/bin/rvm-shell '2.0.0' -c 'rm -rf /var/www/vinyl_villain/releases/20130504233018; true'" on 173.160.64.26
failed: "env RAILS_ENV=production rvm_path=$HOME/.rvm/ $HOME/.rvm/bin/rvm-shell '2.0.0' -c 'git clone -q ssh://villain@direct.vinylvillain.co/~/git/villain.git /var/www/vinyl_villain/releases/20130504233018 && cd /var/www/vinyl_villain/releases/20130504233018 && git checkout -q -b deploy fff9f226b88b063374681e9a951fb07037e57047 && (echo fff9f226b88b063374681e9a951fb07037e57047 > /var/www/vinyl_villain/releases/20130504233018/REVISION)'" on 173.160.64.26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment