diff --git a/hooks/post-receive b/hooks/post-receive new file mode 100755 index 0000000..1dc84ed --- /dev/null +++ b/hooks/post-receive @@ -0,0 +1,3 @@ +#!/bin/sh +curl -s --max-time 5 'http://202.79.169.91:28016/GITRCV_POSTRCV_26142' +exit 0