Add the Gitea web hooks.

This commit is contained in:
Oleksandr Kozachuk
2023-09-13 10:53:12 +02:00
parent b5af751193
commit 26e3d38afb
2 changed files with 63 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
#!/usr/bin/bash
. /home/kaizen/.bashrc
set -e
cd /home/kaizen/repos/ChatMastermind
git pull
pytest