ChatMastermind/hooks/push_hook.sh
2023-09-13 10:53:12 +02:00

8 lines
100 B
Bash
Executable File

#!/usr/bin/bash
. /home/kaizen/.bashrc
set -e
cd /home/kaizen/repos/ChatMastermind
git pull
pytest