diff --git a/admin/git_hooks/post-commit b/admin/git_hooks/post-commit index 6eb70704c..c61bf3a2b 100755 --- a/admin/git_hooks/post-commit +++ b/admin/git_hooks/post-commit @@ -8,4 +8,5 @@ # see wiki/index.html#GitNotes%20GitAliases for information git sign "$(git config user.email)/$(git-symbolic-ref HEAD | cut -d/ -f 3-)_signature" -git publish +git push --all public +git push --tags public