alpinesmuseum-public/deploy.sh

6 lines
152 B
Bash
Raw Normal View History

2022-09-23 02:08:37 +00:00
. ~/pyvenv/bin/activate
python manage.py migrate
python manage.py compilemessages
python manage.py collectstatic --noinput
sudo systemctl restart uwsgi