only reload apache instead of restart

This commit is contained in:
Moritz Münch 2020-05-19 13:21:26 +00:00
parent 292bc6114e
commit 5e3dabf51a

4
update
View File

@ -9,5 +9,5 @@ echo "collecting static files ..."
cd /home/willipink/coinmanager/coinmanager cd /home/willipink/coinmanager/coinmanager
pipenv run python manage.py collectstatic --settings coinmanager.production_settings --no-input pipenv run python manage.py collectstatic --settings coinmanager.production_settings --no-input
echo "restarting apache ..." echo "reloading apache ..."
sudo systemctl restart apache2 sudo systemctl reload apache2