Anthony W
02/04/2025, 3:25 AMMarvin
02/04/2025, 3:25 AMprefect.yaml file, you can use the prefect deploy command. This command will load the prefect.yaml file and execute the defined steps for deployment. Here's a concise explanation of what happens:
1. The prefect.yaml file is loaded, and its sections (like build, push, and pull) are processed.
2. All variable and block references are resolved.
3. The deployment is registered with the fully realized specification.
For more details, you can refer to the Prefect YAML documentation.