Hello team! In my company we are using metaflow o...
# ask-metaflow
r
Hello team! In my company we are using metaflow on a day to day basis (aws step functions) and now we need to handle multi tenant environments: • Usually I deploy our flows via github actions to test them and then promote them in different environments -> Now I'm gonna need to deploy on different envs/tenants • We are trying to delegate all the ECS tasks or other aws resources to our CDK stacks to handle the deploy/promotion via codepipeline -> But I really don't want to delegate the deployment of our metaflow flows (step functions) to that stack as I would need basically re-invent the wheel of the Metaflow CLI. Does someone encounters this situation and found a simple way to handle it? I guess I could definitely use the github actions to get the list of the tenants and make the deployment generic (showing a promotion for different envs/tenants etc) but was wondering how people are handling this situation in general.