Merge branch 'master' of ssh://willipink.eu:3456/moritz/coinmanager

This commit is contained in:
koksnuss 2020-05-19 23:01:48 +02:00
commit fc6ecc6d64
2 changed files with 2 additions and 2 deletions

Binary file not shown.

4
update
View File

@ -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