Development
Deploy
Process of publishing a new code version to the production environment, making changes available to end users. Can be manual or automated via CI/CD. In e-commerce, deploys need to be planned to avoid impacting sales. Strategies like blue-green deployment and feature flags reduce the risk of production issues.