diff options
Diffstat (limited to 'post-receive-hook.sh')
-rwxr-xr-x | post-receive-hook.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/post-receive-hook.sh b/post-receive-hook.sh new file mode 100755 index 0000000..1b56595 --- /dev/null +++ b/post-receive-hook.sh @@ -0,0 +1,3 @@ +#!/bin/sh + +echo "Push successful!"
\ No newline at end of file |