add git pull

This commit is contained in:
br0tkasten 2021-06-01 10:32:26 +00:00
parent 860953a375
commit 476a2eac36

1
app.sh
View File

@ -2,6 +2,7 @@
BASE=$(dirname $0)
cd $BASE
git pull
source env/bin/activate
pip3 install -r requirements.txt
gunicorn -D --bind 0.0.0.0:80 --pid /var/run/webapp.pid wsgi:app