I am planning to do below
Copy from git repository to a Windows machine each time a commit/ update is made to that folder only. May be something like Jenkins can be used for same but unable to determine how can I do it?
- Check commit made to repo ( this I have done)
- As soon as commit is made to repo, trigger a jenkins job that will update this change to a windows server ( How to do this?)