BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
227 / 279 · Module 15 — Deployment and Operations · filtered: code← prev⊞ allnext →

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