Adobe Commerce Cloud deployments can cause downtime if static content deployment happens during the deploy phase (when the site is live).
The recommended best practice is to move static content deployment to the build phase by configuring it in magento.env.yaml. This ensures static assets are generated before deployment, enabling zero-downtime deployments.
A is incorrect: deployment strategies belong in magento.env.yaml, not the global app YAML file.
B is incorrect: there is no such checkbox in the Cloud console.
C is correct and aligns with Adobe best practices.
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit