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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user