Automated Deployment of Windows Application
Posted
by
Phillip Roux
on Server Fault
See other posts from Server Fault
or by Phillip Roux
Published on 2012-11-20T23:22:27Z
Indexed on
2012/11/21
5:03 UTC
Read the original article
Hit count: 636
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?
© Server Fault or respective owner