Solved

You Have a Starter Project

Question 3

Multiple Choice

You have a Starter project. Your code is ready for testing in the Staging environment, but you need the latest data from Production. What do you do to update the Staging environment?


A) Log in to the Project Web UI, choose the Staging environment, and click Sync
B) Log in to the Project Web UI, choose the Staging environment, and click Merge
C) Checkout the Staging branch and use the git push origin -f command Checkout the Staging branch and use the git push origin -f command
D) Checkout the Production environment and use the magento-cloud sync CLI command Checkout the Production environment and use the magento-cloud sync CLI command

Correct Answer:

verifed

Verified

Related Questions