Open climatebrad opened 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.
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.
puma:install
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.