From 476a2eac3642569ff88e22bb88e02ceefa99286c Mon Sep 17 00:00:00 2001 From: br0tkasten Date: Tue, 1 Jun 2021 10:32:26 +0000 Subject: [PATCH] add git pull --- app.sh | 1 + 1 file changed, 1 insertion(+) 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