Skip to main content
December 3, 2025
Question

CI/CD pipeline for Adobe Express custom add-on deployment

  • December 3, 2025
  • 1 reply
  • 166 views

We have developed an Adobe Express custom add-on, but we are currently packaging and deploying it manually. It’s also deployed under a single user account, we want to move to an organization-level setup so any developer can maintain it. Could you please advise how to deploy the custom add-on via a CI/CD pipeline and how to set it up at the organization level? Also, please share the steps or any documentation to achieve this.

1 reply

ErinF
Community Manager
Community Manager
December 9, 2025

The answer might differ a little depending if your organization has an Enterprise account with Adobe or not.

 

If your organization has an Enterprise account someone with a system admin or developer role can publish add-ons for just your organization as an “internal” listing for just your company: 

https://helpx.adobe.com/express/web/add-ons-and-integrations/create-internal-listing.html 

 

In this scenario the admin or developer account would own the add-on.

 

It’s also deployed under a single user account, we want to move to an organization-level setup

 

It's not ideal, but the current workaround is to have a shared credential for developers under a free AdobeID. We're working on a longer term solution for this.

 

 

December 10, 2025

Thank you, ErinF