Guest User

Untitled

a guest
Jul 19th, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.40 KB | None | 0 0
  1. csi@csdemo:/usr/local/csi/apps/demo$ STAGE=production cap deploy
  2. * executing `deploy'
  3. * executing `deploy:update'
  4. ** transaction: start
  5. * executing `deploy:update_code'
  6. triggering before callbacks for `deploy:update_code'
  7. updating the cached checkout on all servers
  8. executing locally: "git ls-remote git@github.com:circlestreet/cs HEAD"
  9. /usr/bin/git
  10. Enter passphrase for key '/home/csi/.ssh/id_rsa':
  11. * executing "if [ -d /usr/local/csi/apps/cs/shared/cached-copy ]; then cd /usr/local/csi/apps/cs/shared/cached-copy && git fetch -q origin && git reset -q --hard bde27008d74a9b5c5b7bc9856bfb0ce8527ad762 && git clean -q -d -x -f; else git clone -q git@github.com:circlestreet/cs /usr/local/csi/apps/cs/shared/cached-copy && cd /usr/local/csi/apps/cs/shared/cached-copy && git checkout -q -b deploy bde27008d74a9b5c5b7bc9856bfb0ce8527ad762; fi"
  12. servers: ["csweb2", "csweb1"]
  13. *** [deploy:update_code] rolling back
  14. * executing "rm -rf /usr/local/csi/apps/cs/releases/20091127234808; true"
  15. servers: ["csweb2", "csweb1"]
  16. ** [deploy:update_code] exception while rolling back: Capistrano::ConnectionError, connection failed for: csweb1 (SocketError: getaddrinfo: Name or service not known), csweb2 (SocketError: getaddrinfo: Name or service not known)
  17. connection failed for: csweb2 (SocketError: getaddrinfo: Name or service not known), csweb1 (SocketError: getaddrinfo: Name or service not known)
Add Comment
Please, Sign In to add comment