steps
utility
prefect.deployments.steps.utility
Utility project steps that are useful for managing a project’s deployment lifecycle.
Steps within this module can be used within a build
, push
, or pull
deployment action.
Example:
Use the run_shell_script
setp to retrieve the short Git commit hash of the current
repository and use it as a Docker image tag:
Classes
RunShellScriptResult
The result of a run_shell_script
step.