Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 394 Bytes

supervisor.md

File metadata and controls

18 lines (11 loc) · 394 Bytes

Supervisor deploy helper

Installing

Include helper in deploy.php file.

require 'recipe/deploy/supervisor.php';

Tasks & Configuration

Overwrites the following task:

  • deploy:restart_supervisor_daemon - restarts supervisor daemons:
    • supervisor_daemons as array - default: []

Calls always deploy:restart_supervisor_daemon after deploy:symlink.