Automated Deployment of Windows Application
- by Phillip Roux
Our development team are looking to automate our application deployment on to multiple servers. We need to control multiple windows servers at once (Stopping Database server & Web Server).
We have a ASP.NET project, database upgrade scripts, reports and various Windows services that potentially need to be updated during deployment.
Currently we use Jenkins as our CI server to run our unit tests.
If something goes wrong in the deployment process, we would like the ability to roll back.
What tools are recommended to automate our deployment process?