From 9395a7e096385ecdf0cc66f4caf24130f57508d7 Mon Sep 17 00:00:00 2001 From: Michal T Date: Fri, 29 Mar 2024 13:53:10 +0000 Subject: [PATCH] Deploy.shgit --- deploy.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 deploy.sh diff --git a/deploy.sh b/deploy.sh new file mode 100755 index 0000000..63aec39 --- /dev/null +++ b/deploy.sh @@ -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 +