lib/capistrano/tasks/runit.rake in capistrano-pumaio-3.1.1 vs lib/capistrano/tasks/runit.rake in capistrano-pumaio-3.1.2
- old
+ new
@@ -174,5 +174,7 @@
# Service should probably be started as well?
after 'deploy:updated', 'puma:runit:enable'
before 'puma:runit:setup', 'puma:flush_sockets'
before 'puma:runit:setup', 'puma:setup'
before 'puma:runit:quit', 'puma:runit:stop'
+
+before 'runit:enable', 'puma:runit:enable'