Question
3
Replies
49
Views
Posted: January 6, 2021
Last activity: January 11, 2021
What are the options to automate continues deployment to Prod?
Hi Team,
We are currently using Pega DevOps tool (Deployment Manager) to automate deployments from dev to Quality Assurance, and manual release to prod by downloading all artifacts from production repository.
How can we automate this process to deploy all artifacts from production repository during the prod release?
Thanks,
Hari Jetti
***Edited by Moderator: Pooja Gadige to change content format from Discussion to Question***
Hi HJetti,
We recommend to package entire application in the product rule configured for pipeline instead of delta. So that there will not be any confusion of deploying multiple artifacts because latest artifact is the only one you needed and importing delta will be taken care by pega platform.
You can split your pipeline into 2 pipelines. One is from Dev to QA and another is from Dev to Prod(higher environments). So that you can do any number of releases to QA using first pipeline and once you are ready for release to production then you can trigger second pipeline using "Deploy existing artifact" option by selecting latest artifact which will have entire application.