magento-deploy
Installation
SKILL.md
Magento 2 Deployment & CLI
Before writing code
Fetch live docs:
- Fetch
https://experienceleague.adobe.com/en/docs/commerce-operations/configuration-guide/cli/set-modefor deployment modes - Fetch
https://experienceleague.adobe.com/en/docs/commerce-operations/configuration-guide/cli/static-view/static-view-file-deploymentfor static content deploy - Web-search
magento 2 zero downtime deploymentfor zero-downtime strategies
Deployment Modes
| Mode | Errors | Static Files | DI Compilation | Use Case |
|---|---|---|---|---|
| Developer | Displayed | Generated on demand | Automatic | Local development |
| Production | Logged only | Pre-deployed | Pre-compiled | Live site |
| Default | Not displayed | On demand | Not optimized | Initial install |