Guest User

Untitled

a guest
Oct 18th, 2017
397
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.28 KB | None | 0 0
  1. MacBook:bravura joakimpl$ cap production deploy
  2. * executing `production'
  3. triggering start callbacks for `deploy'
  4. * executing `multistage:ensure'
  5. * executing `deploy'
  6. * executing `deploy:update'
  7. ** transaction: start
  8. * executing `deploy:update_code'
  9. updating the cached checkout on all servers
  10. executing locally: "git ls-remote git@luxnet.se:bravura.git master"
  11. command finished in 1346ms
  12. * executing "if [ -d /home/sites/bravura.se/shared/cached-copy ]; then cd /home/sites/bravura.se/shared/cached-copy && git fetch -q origin && git reset -q --hard 5510dbf529142f426cdacdb4b8ba2a0d8214bed5 && git clean -q -d -x -f; else git clone -q git@luxnet.se:bravura.git /home/sites/bravura.se/shared/cached-copy && cd /home/sites/bravura.se/shared/cached-copy && git checkout -q -b deploy 5510dbf529142f426cdacdb4b8ba2a0d8214bed5; fi"
  13. servers: ["bravura.luxnet.se"]
  14. Password:
  15. *** [deploy:update_code] rolling back
  16. * executing "rm -rf /home/sites/bravura.se/releases/20110707093327; true"
  17. servers: ["bravura.luxnet.se"]
  18. ** [deploy:update_code] exception while rolling back: Capistrano::ConnectionError, connection failed for: bravura.luxnet.se (Net::SSH::AuthenticationFailed: sites)
  19. connection failed for: bravura.luxnet.se (Net::SSH::AuthenticationFailed: sites)
Add Comment
Please, Sign In to add comment