Hello, does someone have an example of how to depl...
# ask-the-community
s
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
Let me understand more, do you have different workflows for dev/prod?
s
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
cc @Yee?
156 Views