Customizing Lifecycle Hooks

Background

Lifecycle Hooks

Customizing

  1. Each workflow provides a lifecycle-hooks.py script that will be applied when the workflow runs.

  2. It can be accessed in the following location:

.stoobly/docker/<SERVICE-NAME>/<WORKFLOW-NAME>/lifecycle_hooks.py
  1. Modifications to this file will not be overriten when the service create command is re-run.

Last updated

Was this helpful?