From a6adb4ce440d1045a6e943d4baca847b05b9f559 Mon Sep 17 00:00:00 2001 From: "sas.fajri" Date: Fri, 8 May 2026 09:41:22 +0700 Subject: [PATCH] Add post-push devcpone sync hook --- .githooks/post-push | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .githooks/post-push diff --git a/.githooks/post-push b/.githooks/post-push new file mode 100755 index 0000000..dae88d8 --- /dev/null +++ b/.githooks/post-push @@ -0,0 +1,5 @@ +#!/bin/sh +set -eu + +repo_root=$(git rev-parse --show-toplevel) +"$repo_root/scripts/devcpone_sync.sh"