Deploy your code with Cloud Manager in AEM as a Cloud Service

Once you have configured your production Pipeline including repository, environment, and testing environment, you are ready to deploy your code.

  1. Log into Cloud Manager at my.cloudmanager.adobe.com and select the appropriate organization.

  2. On the My Programs console, click the program for which you want to deploy code.

  3. On the Overview page, in the call-to-action area, click Deploy.

    CTA

  4. On the Deploy to production page, click Build.

    Pipeline Execution screen

The build process deploys your code through the following three ordered phases:

TIP
You can review the steps from various deployment processes by viewing logs, or reviewing results for the testing criteria.

Stage deployment phase

The Stage Deployment phase involves the following steps:

Stage deployment step
Description
Validation
Ensures that the pipeline is configured to use the currently available resources. for example, testing that the configured branch exists and that the environments are available.
Build & Unit Testing
Runs a containerized build process.
See Build Environment Details for details on the build environment.
Code Scanning
Evaluates the quality of your application code.
See Code Quality Testing for details on the testing process.
Build Images
This process converts content and Dispatcher packages from the Build step into Docker images. It also generates Kubernetes configurations based on those packages.
Deploy to Stage
The image is deployed to the staging environment in preparation for the Stage testing stage.

Stage Deployment