Hacker News new | ask | show | jobs
by polskibus 4444 days ago
Is this for java only? I'd love to use it instead of msdeploy. Does anyone have any experience with such configiration?
3 comments

It's definitely not Java only, but it's also not really a replacement for MSDeploy. Instead, Go would run MSDeploy as the last step in a deployment pipeline. Check out http://bit.ly/RSAz3U for an MS based pipeline (though sadly for your question not MSDeploy)
I hope this helps- but Go is not a build tool - but a deployment pipeline tool.

Go runs builds on your machines and can call out to various build tools- like Ant, Nant, rake - or if all else fails- the shell. So anything you can run on the command line of your machine (either windows or *nix) can be automated by Snap.

Have you looked at octopus deploy? (octopusdeploy.com/) We've switched over all of our server deployments to it and it's great.