Skip to content

Instantly share code, notes, and snippets.

@jperrine
Created December 29, 2010 01:33
Show Gist options
  • Save jperrine/758021 to your computer and use it in GitHub Desktop.
Save jperrine/758021 to your computer and use it in GitHub Desktop.
cap production deploy
triggering start callbacks for `production'
Enter passphrase for /Users/jimmy/.ssh/id_rsa:
Identity added: /Users/jimmy/.ssh/id_rsa (/Users/jimmy/.ssh/id_rsa)
* executing `production'
triggering start callbacks for `deploy'
* executing `multistage:ensure'
Enter passphrase for /Users/jimmy/.ssh/id_rsa:
Identity added: /Users/jimmy/.ssh/id_rsa (/Users/jimmy/.ssh/id_rsa)
* executing `deploy'
* executing `deploy:update'
** transaction: start
* executing `deploy:update_code'
executing locally: "git ls-remote [email protected]:remind101/remind101.git production"
* executing "git clone -q [email protected]:remind101/remind101.git /home/remind101/public_html/remind101/releases/20101229013242 && cd /home/remind101/public_html/remind101/releases/20101229013242 && git checkout -q -b deploy 966dee6af94410d50dbfc474e2fe1701bad96667 && (echo 966dee6af94410d50dbfc474e2fe1701bad96667 > /home/remind101/public_html/remind101/releases/20101229013242/REVISION)"
servers: ["74.207.230.109"]
Password:
*** [deploy:update_code] rolling back
* executing "rm -rf /home/remind101/public_html/remind101/releases/20101229013242; true"
servers: ["74.207.230.109"]
** [deploy:update_code] exception while rolling back: Capistrano::ConnectionError, connection failed for: 74.207.230.109 (Net::SSH::AuthenticationFailed: remind101)
connection failed for: 74.207.230.109 (Net::SSH::AuthenticationFailed: remind101)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment