Files
conjurer/deploy.sh
T
gitea 00172920a9 Waitress
Deploy.shgit
2024-04-10 15:25:59 +02:00

10 lines
207 B
Bash
Executable File

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