|
|
@ -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
|
|
|
|