prefecthq/Deploy a Prefect flow
Deploy a flow from a project by creating a Prefect deployment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| deployment-names | Comma separated list of names of your Prefect deployments. example 'deployment1,deployment2' | no | deployment |
| requirements-file-paths | Comma 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-path | Relative path to your Prefect deployment file. example './prefect-deployment-files/prefect.yaml' | no | ./prefect.yaml |
| pyproject-toml-path | Path to your pyproject.toml file for dependency management of your Prefect flow(s). example './pyproject.toml' | no | "" |
| all-deployments | If set to true, all deployments will be deployed. This will override the deployment-names input. | — | false |
Outputs
no outputs