diff --git a/deploy.sh b/deploy.sh index 993f4e6..67cc6b0 100755 --- a/deploy.sh +++ b/deploy.sh @@ -39,7 +39,7 @@ git pull pip install -U pip setuptools pip install -r requirements.txt ./manage.py migrate -./manage.py collectstatic # --noinput? +./manage.py collectstatic --no-input systemctl --user restart wish.service # TODO: Self-checks? i.e. ./manage.py --check and ./manage.py test? echo # Just a blank line