I have a Windows/IIS website. Can Gitlab do an automatic ‘git pull’ whenever the master branch has been updated?
I’m assuming this would require some sort of CLI installation on the IIS Server to initiate the pull.
Can someone please point me in the right direction? The Gitlab Pipeline seems awesome, but seems like overkill for what I’m trying to do. Just watch the Master branch and do an automatic ‘git pull’ when it changes. No builds required.
Thanks everyone!! (noobie)