seuros / capistrano-puma

Puma integration for Capistrano
https://github.com/seuros/capistrano-puma
MIT License
616 stars 300 forks source link

Installation hooks for initial start? #377

Open climatebrad opened 3 months ago

climatebrad commented 3 months ago

Do there need to be any hooks for puma:install and puma:enable and puma:start?

https://github.com/seuros/capistrano-puma/blob/2cc11846540489edda10d83e026c9bea04e6fab1/lib/capistrano/puma/systemd.rb#L5-L7

I'm asking because I'm having trouble figuring out how I'm supposed to get my app's puma service to start up the first time.

climatebrad commented 3 months ago

It would be nice to have a task to check if puma:install is needed in the deploy process but otherwise this is answered in this documentation fix.