Do not ask to overwrite static files when deploying

newer-dal
LEdoian 3 years ago
parent 516bc22adc
commit 0d4119e0ab

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

Loading…
Cancel
Save