1. Adobe Commerce on Cloud Infrastructure Guide > Deploy your store > Deploy to Production: "After you test your code in the Staging environment
you can merge the staging branch to the master branch to deploy to the Production environment." This section explicitly outlines the merge from staging to master as the final deployment step.
2. Adobe Commerce on Cloud Infrastructure Guide > Get started with Cloud Console > Site management with the Web UI: In the "Environment-level actions" table
the Merge action is described as: "Merges the code from this environment to the parent environment. For example
you can merge code from a staging environment to the master (Production) environment." This confirms the UI action.
3. Adobe Commerce on Cloud Infrastructure Guide > Cloud infrastructure > Starter architecture: The environment architecture diagram and description show that Staging is the direct parent of master (Production) in the promotion workflow
and code flows from Staging to Production. The merge operation facilitates this code promotion.