1

I'm using Windows machines as clients and server; I would like to use git daemon to deploy, but it looks like it doesn't support authentication. I'd prefer not to use SSH, but would Gitolite be the only good option? Or are there others that work well with Windows?

Or is there a better way to deploy and push to production with Git?

asked Jan 13, 2014 at 21:47

1 Answer 1

1

While Git can be used for deployment, I usually recommend using something that's designed for it instead.

On Windows, BuildMaster is a good option. Alternatively, most CI tools can do deployment. Check out Jenkins for something open source, or Travis for something more "cloudy". Depending in your needs, all of these can be free to use.

All of these can be triggered by git push, but this isn't the same as using Git for deployment.

answered Jan 13, 2014 at 22:10
Sign up to request clarification or add additional context in comments.

Comments

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.