I'm running into an issue where puma is not restarted after a successful deploy. It happens randomly and haven't found a correlation to it. I'm using the "official" puma capistrano script which hooks into the deploy:restart command (so there's nothing that I need to do besides require the script). Here's some details that might be helpful:
Rails app, asset pipeline, git deploy_via remote_cache use_sudo: false ruby 1.9.3p429 (using rbenv) Capistrano 2.15.5 puma 2.6.0 server: one small DigitalOcean VPS instance -- -- * You received this message because you are subscribed to the Google Groups "Capistrano" group. * To post to this group, send email to [email protected] * To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/capistrano?hl=en --- You received this message because you are subscribed to the Google Groups "Capistrano" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
