Server
- Run local testing server with Python (Link)
apply updates
- Pull and overwrite local changes
git add .
git stash
git pull
- compile static files
python manage.py collectstatic
- reload nginx and gunicorn
sudo systemctl reload nginx
kill -HUP 944 #<---944 = pid of Gunicorn main process/
ps -aux | grep gunicorn #<--- to find pid