Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
474
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.78 KB | None | 0 0
  1. schovi@Saskia:~/Projects/slevomor master$ cap deploy:cold
  2. [Deprecation Warning] Naming tasks with before_ and after_ is deprecated, please see the new before() and after() methods. (Offending task name was after_update_code)
  3. * executing `deploy:cold'
  4. * executing `deploy:update'
  5. ** transaction: start
  6. * executing `deploy:update_code'
  7. executing locally: "git ls-remote ssh://ruby@schovi.cz/home/ruby/git/slevomor.git HEAD"
  8. * executing "git clone -q ssh://ruby@schovi.cz/home/ruby/git/slevomor.git /home/slevomor/app/releases/20101118155521 && cd /home/slevomor/app/releases/20101118155521 && git checkout -q -b deploy f77eb7da50412373f322a6a5ead9c23764d2254e && (echo f77eb7da50412373f322a6a5ead9c23764d2254e > /home/slevomor/app/releases/20101118155521/REVISION)"
  9. servers: ["server7.railshosting.cz"]
  10. [server7.railshosting.cz] executing command
  11. ** [server7.railshosting.cz :: err] Permission denied, please try again.
  12. ** [server7.railshosting.cz :: err] Received disconnect from 83.167.252.125: 2: Too many authentication failures for ruby
  13. ** [server7.railshosting.cz :: err] fatal: The remote end hung up unexpectedly
  14. command finished
  15. *** [deploy:update_code] rolling back
  16. * executing "rm -rf /home/slevomor/app/releases/20101118155521; true"
  17. servers: ["server7.railshosting.cz"]
  18. [server7.railshosting.cz] executing command
  19. command finished
  20. failed: "sh -c 'git clone -q ssh://ruby@schovi.cz/home/ruby/git/slevomor.git /home/slevomor/app/releases/20101118155521 && cd /home/slevomor/app/releases/20101118155521 && git checkout -q -b deploy f77eb7da50412373f322a6a5ead9c23764d2254e && (echo f77eb7da50412373f322a6a5ead9c23764d2254e > /home/slevomor/app/releases/20101118155521/REVISION)'" on server7.railshosting.cz
  21. schovi@Saskia:~/Projects/slevomor master$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement