diff options
author | Erik Kundiman <erik@megapahit.org> | 2024-12-01 19:23:40 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2024-12-01 19:23:40 +0800 |
commit | 6573bd24b06b7ef3b96bde9877a6be612fe3aaf9 (patch) | |
tree | 81eec3678a45757deff65aa0053e86c8c723b5e7 /post-receive | |
parent | bb7d004a4ee8e1d0f20659c2780b21b51074bc86 (diff) |
7.1.11 change log draft
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 |