Hi while searching for how to deploy flows inside ...
# ask-metaflow
f
Hi while searching for how to deploy flows inside CI/CD, I came across this thread. Most of the discussion seems to be around deploying a single flow. How would you scale it to multiple flows? 1. Would you loop over each flow in the repo and deploy them?
1
v
sorry for a delayed reply! You could deploy multiple flows in a single CI/CD pipeline or you could have separate pipelines for separate flows. Both approaches work.