Advertisement
Guest User

Untitled

a guest
Dec 29th, 2015
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.00 KB | None | 0 0
  1. Alexeis-Air:quest-diagnostics alexeiroschak$ cap production deploy
  2. triggering load callbacks
  3. * 2015-12-29 17:00:13 executing `production'
  4. [Deprecation Warning] This API has changed, please hook `deploy:create_symlink` instead of `deploy:symlink`.
  5. triggering start callbacks for `deploy'
  6. * 2015-12-29 17:00:13 executing `multistage:ensure'
  7. * 2015-12-29 17:00:13 executing `deploy'
  8. * 2015-12-29 17:00:13 executing `deploy:update'
  9. ** transaction: start
  10. * 2015-12-29 17:00:13 executing `deploy:update_code'
  11. updating the cached checkout on all servers
  12. executing locally: "git ls-remote git@bitbucket.org:kindreddevelopment/quest-presentations.git master"
  13. command finished in 4686ms
  14. * executing "if [ -d /home/app/www/questpresentations/shared/cached-copy ]; then cd /home/app/www/questpresentations/shared/cached-copy && git fetch -q origin && git fetch --tags -q origin && git reset -q --hard 7eef89a35a653298b1e5f8924bc1244ab1142bc0 && git clean -q -d -x -f; else git clone -q -b master git@bitbucket.org:kindreddevelopment/quest-presentations.git /home/app/www/questpresentations/shared/cached-copy && cd /home/app/www/questpresentations/shared/cached-copy && git checkout -q -b deploy 7eef89a35a653298b1e5f8924bc1244ab1142bc0; fi"
  15. servers: ["50.56.126.246"]
  16. Password:
  17. *** [deploy:update_code] rolling back
  18. * executing "rm -rf /home/app/www/questpresentations/releases/20151229220114; true"
  19. servers: ["50.56.126.246"]
  20. ** [deploy:update_code] exception while rolling back: Capistrano::ConnectionError, connection failed for: 50.56.126.246 (Net::SSH::AuthenticationFailed: app)
  21. connection failed for: 50.56.126.246 (Net::SSH::AuthenticationFailed: app)
  22. Alexeis-Air:quest-diagnostics alexeiroschak$ cap production deploy
  23. triggering load callbacks
  24. * 2015-12-29 17:03:20 executing `production'
  25. [Deprecation Warning] This API has changed, please hook `deploy:create_symlink` instead of `deploy:symlink`.
  26. triggering start callbacks for `deploy'
  27. * 2015-12-29 17:03:20 executing `multistage:ensure'
  28. * 2015-12-29 17:03:20 executing `deploy'
  29. * 2015-12-29 17:03:20 executing `deploy:update'
  30. ** transaction: start
  31. * 2015-12-29 17:03:20 executing `deploy:update_code'
  32. updating the cached checkout on all servers
  33. executing locally: "git ls-remote git@bitbucket.org:kindreddevelopment/quest-presentations.git master"
  34. command finished in 3442ms
  35. * executing "if [ -d /home/app/www/questpresentations/shared/cached-copy ]; then cd /home/app/www/questpresentations/shared/cached-copy && git fetch -q origin && git fetch --tags -q origin && git reset -q --hard 7eef89a35a653298b1e5f8924bc1244ab1142bc0 && git clean -q -d -x -f; else git clone -q -b master git@bitbucket.org:kindreddevelopment/quest-presentations.git /home/app/www/questpresentations/shared/cached-copy && cd /home/app/www/questpresentations/shared/cached-copy && git checkout -q -b deploy 7eef89a35a653298b1e5f8924bc1244ab1142bc0; fi"
  36. servers: ["50.56.126.246"]
  37. Password:
  38. [50.56.126.246] executing command
  39. ** [50.56.126.246 :: err] Permission denied (publickey).
  40. ** [50.56.126.246 :: err] fatal: The remote end hung up unexpectedly
  41. command finished in 543ms
  42. *** [deploy:update_code] rolling back
  43. * executing "rm -rf /home/app/www/questpresentations/releases/20151229220536; true"
  44. servers: ["50.56.126.246"]
  45. [50.56.126.246] executing command
  46. command finished in 83ms
  47. failed: "env PATH=/home/app/.rvm/gems/ree-1.8.7-2011.03/bin/:$PATH sh -c 'if [ -d /home/app/www/questpresentations/shared/cached-copy ]; then cd /home/app/www/questpresentations/shared/cached-copy && git fetch -q origin && git fetch --tags -q origin && git reset -q --hard 7eef89a35a653298b1e5f8924bc1244ab1142bc0 && git clean -q -d -x -f; else git clone -q -b master git@bitbucket.org:kindreddevelopment/quest-presentations.git /home/app/www/questpresentations/shared/cached-copy && cd /home/app/www/questpresentations/shared/cached-copy && git checkout -q -b deploy 7eef89a35a653298b1e5f8924bc1244ab1142bc0; fi'" on 50.56.126.246
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement