update handler

This commit is contained in:
2023-01-31 20:35:27 +01:00
parent 02142ffb2b
commit 249a85539d
2 changed files with 8 additions and 7 deletions

View File

@@ -3,6 +3,7 @@
BASE=$(dirname $0)
cd $BASE
git pull
python3 -m venv env
source env/bin/activate
pip3 install -r requirements.txt
python3 app.py