diff options
author | Erik Kundiman <erik@megapahit.org> | 2025-05-31 14:31:49 +0800 |
---|---|---|
committer | Erik Kundiman <erik@megapahit.org> | 2025-05-31 14:31:49 +0800 |
commit | 9684577aa2e3e6fb3d76a6c526a6c6616e59946f (patch) | |
tree | 62c2b20b1d6a5c8dd4e6d910d7ea3d04b844e956 /hooks/post-receive | |
parent | 927fad9aa77e0040a041ef67ea0d78bd76729574 (diff) |
Diffstat (limited to 'hooks/post-receive')
-rwxr-xr-x | hooks/post-receive | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hooks/post-receive b/hooks/post-receive index 8070d59..4ab910c 100755 --- a/hooks/post-receive +++ b/hooks/post-receive @@ -6,7 +6,6 @@ web=~www/apache24/data git --git-dir=$repo --work-tree=$web checkout -f master -- \ index.html \ - 7.1.13.53452.html \ 7.1.14.53684.html \ - 7.1.13.53713.html \ + 7.1.15.53909.html \ && git --git-dir=$repo push -f |