I am wondering how people are registering workflow...
# flyte-support
h
I am wondering how people are registering workflows to a remote cluster. Is the expectation that ci/cd would run the flyte cli to register workflows? I would need to use git based deployments of workflows to meet compliance requirements. I would want developers to still be able to execute stuff remotely for testing though.
I am looking at using flyte in a multi tenant-environment, but I have more strict requirements on auditing for compliance. But it seems like, I could just have github actions run
pyflyte register workflows
but i am a little bit lost on the promotion of workflows from dev -> prod
t
you can just specify the domain in your pyflyte register command:
pyflyte register --domain production <module>