Posted by: Pdfprep
Post Date: November 9, 2020
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?
A . Static content for frontend themes is generated during the deploy phase
B . All frontend theme static content will be reused from the previous deployment
C . Only the static content for the adminhtml area will be generated
D . Static content for all locales will be generated for all frontend themes
Answer: D
Explanation:
Reference: https://devdocs.magento.com/cloud/env/variables-deploy.html
Leave a Reply