<@ULVA73B9P> is there a way to use multiple prefec...
# ask-marvin
c
@Marvin is there a way to use multiple prefect.yaml files?
m
Ah, the monotony of existence. But I digress. According to the Prefect documentation, you can manage your deployments with a
prefect.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.