What do you do to reduce site downtime?


After making changes to custom commands in the deploy and build phases, you deploy to Staging. The deployment takes much longer than expected, and Staging is in maintenance mode for most of this time.

What do you do to reduce site downtime?
A . Set the SKIP_MAINTENANCE_SCD variable to true in the .magento.env.yaml file.
B . Add a custom command to the post_deploy phase to activate deferred deployment.
C . Move custom commands from the deploy phase to the build phase.
D . Update the SCD_MATRIX variable to include only necessary custom commands.

Answer: A

Leave a Reply

Your email address will not be published.