Adding Custom Lifecycle Hooks

To understand more about lifecycle hooks, see:

Lifecycle Hooks
  1. Each workflow provides a lifecycle-hooks.py that will be auto-included for that particular service workflow

  2. It can be accessed in the following location:

ls .stoobly/docker/<SERVICE-NAME>/<WORKFLOW-NAME>
bin  docker-compose.yml  lifecycle_hooks.py

Last updated