Continuous Integration - Auto deploy

3
Has anyone set up a CI environment for mendix? Specifically auto deployment. Is there a way to "programmatically" using scripts of some sort to check out a project, build a deployment package, and then deploy that binary on a server? At the very least if there is a way to script deploying a deployment package to a server that would help already. PS: In a non-cloud environment :)
asked
2 answers
1

Use the "deploy to the cloud" button in your modeler?

If you really want to run on premise, you could always have a look at m2ee-tools

answered
0

While i think you could get a long way with a linux environment and some scripts + cron jobs you will have a problem with the constants in your yaml file, since these have to be added manually.

answered