diff --git a/.githooks/post-receive b/.githooks/post-receive index e0a4eb04..dd2a6eef 100755 --- a/.githooks/post-receive +++ b/.githooks/post-receive @@ -1,4 +1,7 @@ #!/bin/sh + +# MARKER +touch /tmp/.hook-marker # Post-receive hook: push 后自动 build + start # # 触发场景: