prefecthq/Deploy a Prefect flow

Deploy a flow from a project by creating a Prefect deployment.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
deployment-namesComma separated list of names of your Prefect deployments. example 'deployment1,deployment2'nodeployment
requirements-file-pathsComma separated list of paths to requirements files to correctly install dependencies for your Prefect flow(s). example './flow1/requirements.txt,./flow2/requirements.txt'no""
deployment-file-pathRelative path to your Prefect deployment file. example './prefect-deployment-files/prefect.yaml'no./prefect.yaml
pyproject-toml-pathPath to your pyproject.toml file for dependency management of your Prefect flow(s). example './pyproject.toml'no""
all-deploymentsIf set to true, all deployments will be deployed. This will override the deployment-names input.false

no outputs