diff --git a/hooks/gitea_cmm_hook.php b/hooks/gitea_cmm_hook.php new file mode 100644 index 0000000..6b37eb6 --- /dev/null +++ b/hooks/gitea_cmm_hook.php @@ -0,0 +1,56 @@ + diff --git a/hooks/push_hook.sh b/hooks/push_hook.sh new file mode 100755 index 0000000..9406c4c --- /dev/null +++ b/hooks/push_hook.sh @@ -0,0 +1,7 @@ +#!/usr/bin/bash + +. /home/kaizen/.bashrc +set -e +cd /home/kaizen/repos/ChatMastermind +git pull +pytest