summaryrefslogtreecommitdiff
path: root/post-receive
diff options
context:
space:
mode:
Diffstat (limited to 'post-receive')
-rwxr-xr-xpost-receive14
1 files changed, 0 insertions, 14 deletions
diff --git a/post-receive b/post-receive
deleted file mode 100755
index 45df983..0000000
--- a/post-receive
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-product=web
-repo=/usr/local/git/pub/$product.git
-#web=$HOME/public_html
-web=~www/apache24/data
-
-unset GIT_DIR
-cd $HOME/$product \
- && git pull \
- && git --git-dir=$repo --work-tree=$web checkout -f master -- \
- index.html \
- 7.1.11.53043.html \
- && git --git-dir=$repo push