Netanel Malka
03/26/2024, 2:42 PMMarvin
03/26/2024, 2:43 PMyaml
name: my-deployment-name
description: A detailed description of my deployment here. # Add your description as a string
version: 1.0
...
This YAML configuration is part of the deployment creation process. To create a deployment YAML for your flow, you use the prefect deployment build
command with the --output
flag to specify the output filename.
For more information, you can check the following Prefect documentation links:
- Block-Based Deployments
- Deployments