Hello!
I am using CruiseControl.Net for continuous integration and I know how to have CruiseControl.Net automatically deploy a project when an SVN commit is made.
This works well on development and staging servers, but definitely not for production servers.
We are tagging our production releases and so I want to have CruiseControl.Net deploy onto the production server with the latest tagged version. If anyone could point me to the right direction, I would greatly appreciate it!
I do apologize if I am not using the correct phrases. Thank you!
Edit Since I am tagging the trunk, I am hoping for ccnet to deploy to production anytime the trunk is tagged.