Although this question could technically be applied to any languages/framework, I would like to know what some of the industry best practices are for building, reviewing and deploying a Grails application.
From my personal experience, I use a Groovy script that utilizes AntBuilder to do the build, skip the review and use ssh/scp to move the war over to the application server. Because of legacy issues we use a combination of CVS and git .
Is there a automated system or workflow model that will allow me to do three things, build , review and deploy with the least amount of overhead investment in time and capital.
One possible scenario I have heard of is using Jenkins to build, Gerrit to review , but I seem to be missing the last part - how to automatically deploy?