Guest User

Untitled

a guest
Jul 19th, 2018
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.03 KB | None | 0 0
  1. sh-3.2$ cap deploy STAGE=production
  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/cciocan/.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 f8c1b9975fce6aecd5556e600ee69014171b1dec && 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 f8c1b9975fce6aecd5556e600ee69014171b1dec; fi"
  12. servers: ["csweb2", "csweb1"]
  13. Enter passphrase for /home/cciocan/.ssh/id_rsa: Enter passphrase for /home/cciocan/.ssh/id_rsa:
  14. Enter passphrase for /home/cciocan/.ssh/id_rsa:
  15. Enter passphrase for /home/cciocan/.ssh/id_rsa:
  16. *** [deploy:update_code] rolling back
  17. * executing "rm -rf /usr/local/csi/apps/cs/releases/20091128054405; true"
  18. servers: ["csweb2", "csweb1"]
  19. Enter passphrase for /home/cciocan/.ssh/id_rsa: Enter passphrase for /home/cciocan/.ssh/id_rsa:
Add Comment
Please, Sign In to add comment