Deployment in a production server
Hello, I've been working for the last months in a project based on CQ5, now I'm facing the deployment to a production environment.
We are working with a project based on CQBluePrints archetype and an integration server managed by Jenkins. We have jobs in Jenkins to manually run deploys against our QA and UAT environments. Now, when it comes to production environment, how should we do the deploy?
Should it be managed by a job manually started from jenkins? should we update the code in the server and then run the maven task to deploy it in CQ? or should we just package the code in AUT and upload it into production server?
I look for the right option to do it, I would really appreciate if you can provide some guidelines about that.
Thanks in advance!