Expand my Community achievements bar.

CICD GITHUB PIPELINE FOR AEM DEPLOYMENT

Avatar

Level 6

Hi,

 

Anyone did CICD implementation for AEM deployments in GITHUB.

 

Or Kindly suggest any articles for the same.

 

Currently we are doing Jenkins deployment, but need to use CICD going forward

9 Replies

Avatar

Level 6

Hi @Sady_Rifat ,

 

we are using onprem AEM 6.5 instance and code merging is happening via GITHUB,

I think the documents are mainly for cloud  instances, correct me if I am wrong.

Avatar

Community Advisor

No, I think you became confused with Cloud Manager & AEM as Cloud. Both are different things. These documentations are not only specified for AEM as Cloud.

Avatar

Community Advisor

Hello @akhilraj  are you looking if someone has incorporated deployments via GitHub actions? If yes, then I may have some inputs for you.

 

Thanks

- Bilal

Avatar

Level 6

Hi @bilal_ahmad ,

 

Yes, We are looking for configurations for deployments via Github actions.

We have a repository already present.

Avatar

Community Advisor

Hi @akhilraj I was expecting specific issues you're facing while writing the GitHub action. Anyway, please let me know what did you try from your end and we can make it work.

Avatar

Level 6

Hi @bilal_ahmad ,

 

We have installed a runner and now checkout and build are happening successfully in runner.

We are using 6.5 Onprm instances, so currently looking for Deployment steps, how we can deploy code(Jar and package) from our base branch to one of the development server.

Avatar

Level 6

We have implemented build and deployment using Github action. Closing this ticket