Guest User

Untitled

a guest
Oct 20th, 2018
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.21 KB | None | 0 0
  1. cap deploy:cold
  2. * executing `deploy:cold'
  3. * executing `deploy:update'
  4. ** transaction: start
  5. * executing `deploy:update_code'
  6. * executing "cd /home/app/apps/my_site/current; git fetch origin; git reset --hard origin/master"
  7. servers: ["rails.everyhostservice.com"]
  8. [rails.everyhostservice.com] executing command
  9. ** [out :: rails.everyhostservice.com] HEAD is now at fc5c78d still nothing
  10. command finished in 1375ms
  11. * executing `deploy:finalize_update'
  12. triggering before callbacks for `deploy:finalize_update'
  13. * executing `bundle:install'
  14. * executing "cd /home/app/apps/my_site/current && bundle install --gemfile /home/app/apps/my_site/current/Gemfile --path /home/app/apps/my_site/shared/bundle --deployment --quiet --without development test"
  15. servers: ["rails.everyhostservice.com"]
  16. [rails.everyhostservice.com] executing command
  17. *** [err :: rails.everyhostservice.com] bash: bundle: command not found
  18. command finished in 54ms
  19. failed: "env RAILS_ENV=production bash -c 'cd /home/app/apps/my_site/current && bundle install --gemfile /home/app/apps/my_site/current/Gemfile --path /home/app/apps/my_site/shared/bundle --deployment --quiet --without development test'" on rails.everyhostservice.com
Add Comment
Please, Sign In to add comment