I am working with a Java project that needs to be deployed on multiple Windows servers. I am trying to decide how to automate this correctly. My first choice would be to switch to the cygwin / ssh route and use a deployment infrastructure such as fabric to automate everything.
Can someone provide other methods that can be used to achieve the same goal, and the reasons why this would be the preferred solution?
source
share