Files
conjurer/deploy.sh
T
2024-04-10 15:26:06 +02:00

10 lines
228 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