While investigating an inherited Magento Commerce Cloud project, you notice the following SCD_MATRIX configuration in .magento.env.yaml:
stage:
global:
SCD_MATRIX:
"magento/backend":
language: -
en_US
What is the effect of this configuration?
- Static content for frontend themes is generated during the deploy phase
- All frontend theme static content will be reused from the previous deployment
- Only the static content for the adminhtml area will be generated
- Static content for all locales will be generated for all frontend themes
Answer(s): D
Reference:
https://devdocs.magento.com/cloud/env/variables-deploy.html
Reveal Solution
Next Question