Guest User

Untitled

a guest
Oct 20th, 2018
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.02 KB | None | 0 0
  1. cap deploy:setup
  2. * executing `deploy:setup'
  3. * executing "mkdir -p /home/app/apps/my_site /home/app/apps/my_site/shared /home/app/apps/my_site/shared/system /home/app/apps/my_site/shared/log /home/app/apps/my_site/shared/pids && chmod g+w /home/app/apps/my_site /home/app/apps/my_site/shared /home/app/apps/my_site/shared/system /home/app/apps/my_site/shared/log /home/app/apps/my_site/shared/pids"
  4. servers: ["rails.everyhostservice.com"]
  5. [rails.everyhostservice.com] executing command
  6. command finished in 372ms
  7. * executing "git clone git@bitbucket.org:tommyvyo/emlayars2.git /home/app/apps/my_site/current"
  8. servers: ["rails.everyhostservice.com"]
  9. [rails.everyhostservice.com] executing command
  10. ** [out :: rails.everyhostservice.com] Initialized empty Git repository in /home/app/apps/my_site/current/.git/
  11. *** [err :: rails.everyhostservice.com] Warning: Permanently added the RSA host key for IP address '207.223.240.181' to the list of known hosts.
  12. command finished in 1219ms
  13.  
  14. AND THEN
  15.  
  16. cap deploy:setup
  17. * executing `deploy:setup'
  18. * executing "mkdir -p /home/app/apps/my_site /home/app/apps/my_site/shared /home/app/apps/my_site/shared/system /home/app/apps/my_site/shared/log /home/app/apps/my_site/shared/pids && chmod g+w /home/app/apps/my_site /home/app/apps/my_site/shared /home/app/apps/my_site/shared/system /home/app/apps/my_site/shared/log /home/app/apps/my_site/shared/pids"
  19. servers: ["rails.everyhostservice.com"]
  20. [rails.everyhostservice.com] executing command
  21. command finished in 411ms
  22. * executing "git clone git@bitbucket.org:tommyvyo/emlayars2.git /home/app/apps/my_site/current"
  23. servers: ["rails.everyhostservice.com"]
  24. [rails.everyhostservice.com] executing command
  25. *** [err :: rails.everyhostservice.com] fatal: destination path '/home/app/apps/my_site/current' already exists and is not an empty directory.
  26. command finished in 65ms
  27. failed: "env RAILS_ENV=production bash -c 'git clone git@bitbucket.org:tommyvyo/emlayars2.git /home/app/apps/my_site/current'" on rails.everyhostservice.com
Add Comment
Please, Sign In to add comment