Customizing Lifecycle Hooks
Background
Lifecycle HooksCustomizing
Each workflow provides a
lifecycle-hooks.py
script that will be applied when the workflow runs.It can be accessed in the following location:
.stoobly/docker/<SERVICE-NAME>/<WORKFLOW-NAME>/lifecycle_hooks.py
Modifications to this file will not be overriten when the
service create
command is re-run.
Last updated
Was this helpful?