Add an Edge Delivery pipeline configure-production-pipeline
Learn how to configure Edge Delivery pipelines to build and deploy your code to production environments. Edge Delivery pipelines let you configure features including log forwarding and the Adobe-Managed CDN.
For a list of supported configuration, see Use config pipelines - supported configurations.
A user must have the Deployment Manager role to configure production pipelines.
- A program is created that contains one Edge Delivery Services site and one mapped domain. Otherwise, the option called Add Edge Delivery Pipeline appears disabled in the user interface, and a tooltip explains missing requirements. See Create an Edge Delivery site in Cloud Manager
- The Git repository has at least one branch. See Manage Repositories in Cloud Manager.
- The production and staging environments are created. See Introduction to CI/CD Pipelines.
Before you start to deploy your code, configure your pipeline settings from the Cloud Manager.
To add an Edge Delivery pipeline:
-
Sign into Cloud Manager at experience.adobe.com.
-
In the Quick access section, click Experience Manager.
-
In the left side panel, click Cloud Manager.
-
Select an organization that you want.
-
On the My Programs console, click a program.
-
Do one of the following:
-
Add an Edge Delivery pipeline from the Pipelines card
-
In the left rail, under Program, click
-
On the Program Overview page, under the Pipelines card, click
note tip TIP Beside using the Pipeline card as seen in the screenshot above, you can also manage your pipeline from the Pipelines page.
-
-
Add an Edge Delivery pipeline from the Pipelines page
-
In the left rail, under Program, click
-
On the Pipelines page, near the upper-right corner, click Add Pipeline > Add Edge Delivery Pipeline.
note tip TIP Near the upper-left corner, click Filters, then under the Delivery type section, select the Edge delivery checkbox to filter the list to only Edge Delivery pipelines (that is, pipelines that use Edge Delivery Services).
-
-
-
In the Add Edge Delivery Pipeline dialog box, in the Pipeline Name text field, type a descriptive pipeline label.
-
Select the pipeline Deployment Trigger option that you want.
- Manual - You start the deployment.
- On Git Changes - Git commits start the deployment automatically. With this option, you can still start the pipeline manually, if necessary.
-
Click Continue.
-
Under Source Code, set the following options:
-
Deployment Environment - Displays the target environment field; remains read-only.
-
Repository - Use the drop-down list to point the pipeline at the exact Git repository that stores Edge Delivery configuration.
See also Add and Manage Repositories to learn how to add and manage repositories in Cloud Manager.
-
Git Branch - Use the drop-down list to select a specific branch within the chosen repository. If necessary, click
-
Code Location - Defines the folder path inside the repository where pipeline-ready code starts (
/
equals the repository root).
-
-
Click Save.
You can now manage your pipeline from the Pipelines card on the Program Overview page, or from the Pipelines page.