Deploy.shgit
This commit is contained in:
2024-03-29 14:20:27 +01:00
committed by migatu
parent 5e3ffdacb5
commit 00172920a9
2 changed files with 13 additions and 1 deletions
Executable
+9
View File
@@ -0,0 +1,9 @@
#!/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