Work on deployment

This commit is contained in:
2024-03-29 14:58:46 +01:00
parent 3875093a98
commit eb6c45dd92
3 changed files with 9 additions and 6 deletions
+3 -1
View File
@@ -1,3 +1,5 @@
#!/bin/bash
python3 -m venv /home/pi/Conjurer/env
python3 /home/pi/Conjurer/bot.py
source .venv/bin/activate
./env/python3 -m pip install -r requirements.txt
./env/python3 /home/pi/Conjurer/bot.py