Switch from "restart apache2" to "reload apache2"
No need to do a full restart. Reload will be marginally faster.
This commit is contained in:
parent
84daddb4ff
commit
cc424bb964
1 changed files with 1 additions and 1 deletions
|
@ -9,6 +9,6 @@ sudo -u www-data git pull
|
|||
sudo -u www-data /var/www/venv-website/bin/python3 manage.py check
|
||||
sudo -u www-data /var/www/venv-website/bin/python3 manage.py migrate
|
||||
sudo -u www-data /var/www/venv-website/bin/python3 manage.py collectstatic -v0 --noinput --link
|
||||
sudo systemctl restart apache2
|
||||
sudo systemctl reload apache2
|
||||
curl --silent --head https://sfconservancy.org | grep --perl-regexp "^HTTP/.+ 200"
|
||||
EOF
|
||||
|
|
Loading…
Reference in a new issue