mirror of
https://github.com/migatu/conjurer.git
synced 2026-07-19 08:12:09 +00:00
Work on deployment
This commit is contained in:
@@ -1,9 +1,9 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
cd ./conjurer/
|
|
||||||
git pull
|
git pull
|
||||||
cd ..
|
cd ..
|
||||||
cp ./conjurer/bot.py ./Conjurer/
|
cp ./bot.py ../Conjurer/
|
||||||
cp ./conjurer/settings.json ./Conjurer/
|
cp ./settings.json ../Conjurer/
|
||||||
cp ./conjurer/system_gpt_settings.json ./Conjurer/
|
cp ./system_gpt_settings.json ../Conjurer/
|
||||||
|
cp ./start.sh ../Conjurer
|
||||||
|
cp ./requirements.txt ../Conjurer/
|
||||||
sudo systemctl restart conjurer.service
|
sudo systemctl restart conjurer.service
|
||||||
|
|
||||||
|
|||||||
@@ -2,3 +2,4 @@ discord
|
|||||||
yt_dl
|
yt_dl
|
||||||
spotify_dl
|
spotify_dl
|
||||||
spotipy
|
spotipy
|
||||||
|
openai
|
||||||
Reference in New Issue
Block a user