Deploy.shgit

This commit is contained in:
2024-03-29 13:53:10 +00:00
parent 0801fbbb9e
commit 9395a7e096
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