Best way to deploy a site to several servers at once
-
I am looking for a solution that would allow us to specify where the compiled code is located at, as well as all the servers are located at and it publish it out to there with a click of a button. This solution could also compile the code if not already prior to publishing it out there, but that is optional. I am researching now how to see if this is possible in TFS. Any ideas?
-
I am looking for a solution that would allow us to specify where the compiled code is located at, as well as all the servers are located at and it publish it out to there with a click of a button. This solution could also compile the code if not already prior to publishing it out there, but that is optional. I am researching now how to see if this is possible in TFS. Any ideas?
We have done the same requirement through CruiseControl .Net. You can google for Cruise COntrol to implement
-
We have done the same requirement through CruiseControl .Net. You can google for Cruise COntrol to implement