only reload apache instead of restart
This commit is contained in:
parent
292bc6114e
commit
5e3dabf51a
4
update
4
update
@ -9,5 +9,5 @@ echo "collecting static files ..."
|
||||
cd /home/willipink/coinmanager/coinmanager
|
||||
pipenv run python manage.py collectstatic --settings coinmanager.production_settings --no-input
|
||||
|
||||
echo "restarting apache ..."
|
||||
sudo systemctl restart apache2
|
||||
echo "reloading apache ..."
|
||||
sudo systemctl reload apache2
|
||||
|
Loading…
x
Reference in New Issue
Block a user