Deployment workflow
Every time you push code from your local workstation to the remote environment or merge code to an environment branch, the build and deploy scripts generate new code and provision the configured services to the remote environment.
Build script actions:
-
Site in the target environment continues to run during a build
-
Check and run Adobe Commerce on cloud infrastructure patches and hotfixes
-
Compile code with a build and deploy log
-
Check for Configuration Management, static content deployment occurs during this phase
-
Create or use a slug of unchanged code to speed up the process
-
Provision all backend services and applications
Deploy script actions:
-
Place the site in the target environment in a Maintenance mode
-
Deploy static content if not completed during Build
-
Install or update Adobe Commerce on cloud infrastructure
-
Configure routing for traffic
After the build and deploy process, your store comes back online with your latest code changes and configurations. See Deployment process.
Merge to integration
Combine all verified code changes by merging your active development branch into the base integration
branch. You can test all your changes on the integration
branch before promoting changes to the Staging environment.