https://flyte.org logo
s

Sebastian

09/19/2022, 12:58 PM
Hello, does someone have an example of how to deploy workflows into prod/dev environments with CI/CD? I tried to split my resources into
flyte/workflows/{dev|prod}
but I can't find a way to tell flyte where to look for resources when serializing (!?) apart from the default
flyte/workflows
. What is the intended way to do this please?
k

Ketan (kumare3)

09/19/2022, 1:56 PM
Let me understand more, do you have different workflows for dev/prod?
s

Sebastian

09/19/2022, 2:41 PM
Hi Ketan, Well, they are going to be the same but they have to be decoupled so changes in dev does not affect prod. So I was thinking I would put two folders next to each other and have my ci/cd serialize them against different profiles. But I got stuck on not finding a "flyte resource path" argument to the serialize command so it was always expecting the resources to live in flyte/workflows
k

Ketan (kumare3)

09/19/2022, 11:42 PM
cc @Yee?