コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.
解決済み

How does Edge Delivery Services load new changes from private github

Avatar

Level 7

So once when we push code into main branch, how does the code get promoted to preview or live?

For these environments, preview (https://<branch>--<repo>--<owner>.aem.page/) and production (https://<branch>--<repo>--<owner>.aem.live/) sites.

トピック

トピックはコミュニティのコンテンツの分類に役立ち、関連コンテンツを発見する可能性を広げます。

1 受け入れられたソリューション

Avatar

正解者
Community Advisor

Yes.

 

AEM Code Sync listens to changes on your code repositories, publishes code to AEM's code bus for high availability and intelligently purges CDN caches when changes have been made. 

 

https://github.com/apps/aem-code-sync 

Arun Patidar

AEM LinksLinkedIn

元の投稿で解決策を見る

4 返信

Avatar

Community Advisor

Hi @SupportMember 

Please check helix architecture

https://github.com/adobe/helix-home/blob/main/docs/architecture-v5.md 

 

preview has no CDN caching so there won't be any issue due to caching.

for live when you push the code, cache is flushed.

Arun Patidar

AEM LinksLinkedIn

Avatar

Level 7

hey @arunpatidar , thank you for answering this one. but is it true that once code is merged to "main" it automatically gets rolled out to production and preview?

Avatar

正解者
Community Advisor

Yes.

 

AEM Code Sync listens to changes on your code repositories, publishes code to AEM's code bus for high availability and intelligently purges CDN caches when changes have been made. 

 

https://github.com/apps/aem-code-sync 

Arun Patidar

AEM LinksLinkedIn

Avatar

Administrator

@SupportMember Did you find the suggestion helpful? Please let us know if you require more information. Otherwise, please mark the answer as correct for posterity. If you've discovered a solution yourself, we would appreciate it if you could share it with the community. Thank you!



Kautuk Sahni