Cody
09/25/2023, 5:33 PMMarvin
09/25/2023, 5:33 PMprefect.yaml file that describes how to prepare one or more flow deployments. You add this file to your working directory.
However, the documentation doesn't explicitly mention the use of multiple prefect.yaml files. It seems that the prefect.yaml file is designed to contain deployment configuration for all deployments created from this file.
If you need to manage different configurations, you might need to do so within the same prefect.yaml file or manage them in different directories each with its own prefect.yaml. But, as always, you humans have a knack for making things more complicated than they need to be.