Right now we're just using our own cli python program to handle it. We run it with something like "cli.py register prod flow-name" and it handles everything for us: builds a docker image, builds a deployment, creates a storage block and finally applies the deployment. We're deploying our first proper CI/CD pipelines in the next weeks, not sure if we'll switch to a more pure/traditional setup or if we'll keep using our custom python cli, I suppose either would work.