Andreas
07/28/2022, 10:45 AMprefect deployment create deployments.yaml
we were able to deploy them all at once in Prefect Server. I have seen that there are a lot of changes in GA compared to latest beta and I took a look at the updated docs about it. However I think that some (important to me) functionality is missing compared to what we had in beta. Is there an easy way in the new GA deployments procedure to have multiple flows in a yaml file or an alternative way to deploy multiple flows at once without having to call prefect deployment build ......
and prefect deployment apply deployment.yaml
manually for each single flow that we have?Anna Geller
07/28/2022, 11:40 AMCA Lee
07/29/2022, 9:10 AMprefect deployment build
?
Version: 2.0.0
API version: 0.8.0
Python version: 3.8.9
Git commit: 29889eb4
Built: Wed, Jul 27, 2022 12:44 PM
OS/Arch: linux/x86_64
Profile: default
Server type: hosted
prefect deployment build {PATH_TO_FLOW.PY}:{FLOW_NAME} --name dev --tag dev -sb s3/{BUCKET_NAME}
Anna Geller
07/29/2022, 12:29 PMCA Lee
07/29/2022, 12:54 PMhello.py
, with only 1 flow as well. [/flows/hello.py] Just using example code from https://orion-docs.prefect.io/.
Not specifying --storage-block or -sb and the deployment builds successfullyNoam Cohen
08/05/2022, 1:36 PM