A developer wants to deploy a new release to the Adobe Commerce Cloud Staging environment, but first they need the latest code from Production.
What would the developer do to update the Staging environment?
To update the Staging environment with the latest code from Production, you can use the following steps:
Checkout to the Production environment.
Use the magento-cloud synchronize <environment-ID> Commerce CLI Command to synchronize the Staging environment with the Production environment.
Note: You can find the environment ID in the Project Web Interface.
Currently there are no comments in this discussion, be the first to comment!