Add post-push devcpone sync hook

This commit is contained in:
sas.fajri
2026-05-08 09:41:22 +07:00
parent ef28d9b17a
commit a6adb4ce44

5
.githooks/post-push 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"