When using projects for multi-deployments, it looks like I should be able to have my deployment.yaml file in the parent directory of all the project folders; however, when I try to deploy I get the following error (i’ll put it in the thread)
✅ 1
John Mizerany
05/26/2023, 1:29 PM
Copy code
line 186, in deploy
with open("prefect.yaml", "r") as f:
FileNotFoundError: [Errno 2] No such file or directory: 'prefect.yaml'
I have the following folder structure:
flows /
project_1 /
flow.py
prefect.yaml
deployment.yaml
I know it’s looking for that
prefect.yaml
file, but does the deployment.yaml file have to be in the same directory?
Bring your towel and join one of the fastest growing data communities. Welcome to our second-generation open source orchestration platform, a completely rethought approach to dataflow automation.