diff options
Diffstat (limited to 'post-receive')
-rwxr-xr-x | post-receive | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/post-receive b/post-receive index 7ace9d2..45df983 100755 --- a/post-receive +++ b/post-receive @@ -2,13 +2,13 @@ product=web repo=/usr/local/git/pub/$product.git -web=$HOME/public_html -#web=~www/apache24/data +#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.10.52662.html \ + 7.1.11.53043.html \ && git --git-dir=$repo push |