Executing git post-receive hook on windows server
- by zulkamal
I trying to execute a post-receive hook on a windows server git(msysgit) installation - to sync the repo to codebasehq.
The script does nothing more than just wget "url" but it doesn't seem to be executing.
I've renamed the "post-receive.sample" to "post-receive" and installed wget to windows path which works fine via the command prompt.
Is there something I'm not doing here? I would appreciate any insights on how to get this working. Thanks.