15.14Maven Plugin deployment
The Mule Maven Plugin can deploy applications programmatically.
Current CloudHub 2.0 docs show:
mvn clean deploy -DmuleDeploy
for build + deployment, and:
mvn mule:deploy
when deploying an already-built artifact.
So CI might execute:
GitHub Actions / Jenkins
↓
Maven
↓
CloudHub 2.0