From 0d4119e0ab1358c84ea44dad92cb985158f7b9df Mon Sep 17 00:00:00 2001 From: Pavel 'LEdoian' Turinsky Date: Sun, 2 Jan 2022 02:36:06 +0100 Subject: [PATCH] Do not ask to overwrite static files when deploying --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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