Add devcpone sync hook

This commit is contained in:
sas.fajri
2026-04-27 10:31:37 +07:00
parent 8347aef8f4
commit 742052aa42
2 changed files with 63 additions and 0 deletions

5
.githooks/post-commit Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
set -eu
repo_root=$(git rev-parse --show-toplevel)
"$repo_root/scripts/devcpone_sync.sh"