diff --git a/app.sh b/app.sh index 5e62949..4265391 100755 --- a/app.sh +++ b/app.sh @@ -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