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?
f
freezing-airport-6809
09/19/2022, 1:56 PM
Let me understand more, do you have different workflows for dev/prod?
w
worried-lighter-79998
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