BookatlasTwo-Day MuleSoft → Salesforce Bootcamp
738 / 1048 · Module 15 — Deployment and Operations← prev⊞ allnext →

15.23Deployment isn't complete when upload succeeds

Bad pipeline:

deploy command exited 0
→ declare SUCCESS

Better:

deploy
 ↓
application reaches RUNNING
 ↓
health/smoke checks pass
 ↓
deployment considered successful

CloudHub 2.0 exposes deployment/application status specifically for this reason.