Add post-push devcpone sync hook
This commit is contained in:
5
.githooks/post-push
Executable file
5
.githooks/post-push
Executable file
@@ -0,0 +1,5 @@
|
||||
#!/bin/sh
|
||||
set -eu
|
||||
|
||||
repo_root=$(git rev-parse --show-toplevel)
|
||||
"$repo_root/scripts/devcpone_sync.sh"
|
||||
Reference in New Issue
Block a user