Files
conjurer/deploy.sh
T
2024-03-29 15:00:30 +01:00

10 lines
218 B
Bash
Executable File

#!/bin/bash
git pull
cd ..
cp bot.py ../Conjurer/
cp settings.json ../Conjurer/
cp system_gpt_settings.json ../Conjurer/
cp start.sh ../Conjurer
cp requirements.txt ../Conjurer/
sudo systemctl restart conjurer.service