summaryrefslogtreecommitdiff
path: root/hooks/post-commit
diff options
context:
space:
mode:
authorErik Kundiman <erik@megapahit.org>2024-12-02 14:17:39 +0800
committerErik Kundiman <erik@megapahit.org>2024-12-02 14:17:39 +0800
commitdbbfd7148a548eb21677913483e7d79698e03d2c (patch)
treeb3f93a49c5471124bff12a8a0ac9edc598a65b4b /hooks/post-commit
parent6573bd24b06b7ef3b96bde9877a6be612fe3aaf9 (diff)
Rename product to website & track the post-commit
and put the hooks in its own folder.
Diffstat (limited to 'hooks/post-commit')
-rwxr-xr-xhooks/post-commit12
1 files changed, 12 insertions, 0 deletions
diff --git a/hooks/post-commit b/hooks/post-commit
new file mode 100755
index 0000000..ca4d55a
--- /dev/null
+++ b/hooks/post-commit
@@ -0,0 +1,12 @@
+#!/bin/sh
+
+pass=0
+cd $PWD \
+ && scp hooks/post-receive \
+ megapahit.net:/usr/local/git/pub/website.git/hooks/ \
+ && pass=1
+
+if [ $pass = 0 ]
+then
+ exit 1
+fi