Guest User

Untitled

a guest
Jul 19th, 2018
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. .....
  2. * executing "if [ -d /u/apps/demo.public/shared/cached-copy ]; then cd /u/apps/demo.public/shared/cached-copy && git fetch -q origin && git reset -q --hard 4c153c15cdfcf5306da9c95992cff8a03f7c8a9c && git clean -q -d -x -f; else git clone -q git@demo.com:agnic.git /u/apps/demo.public/shared/cached-copy && cd /u/apps/demo.public/shared/cached-copy && git checkout -q -b deploy 4c153c15cdfcf5306da9c95992cff8a03f7c8a9c; fi"
  3. servers: ["dev.demo.com"]
  4. [dev.demo.com] executing command
  5. ** [dev.demo.com :: err] fatal: could not create leading directories of '/u/apps/demo.public/shared/cached-copy': Permission denied
  6. command finished
  7. *** [deploy:update_code] rolling back
  8. * executing "rm -rf /u/apps/demo.public/releases/20091202232721; true"
  9. servers: ["dev.demo.com"]
  10. [dev.demo.com] executing command
  11. command finished
Add Comment
Please, Sign In to add comment