Usually, your models (DMN, BPMN, etc) are stored in a Git repository. So, the best approach in such a scenario is to implement an automated build/deployment pipeline (using whatever tools/stack your IT team is familiar with) that gets triggered when someone (your dev or buzz user) pushes a change to a particular project git repo. With this approach, you can not only build and deploy but also execute tests to make sure your project is ready for deployment.
________________________
Rafael Torres Coelho Soares