add quitness
This commit is contained in:
parent
3ad9c0e7f6
commit
e56ca71dfc
8
update
8
update
@ -3,14 +3,14 @@
|
||||
set -e
|
||||
|
||||
echo "cloning ..."
|
||||
git pull origin master
|
||||
git pull origin master >/dev/null
|
||||
|
||||
echo "collecting static files ..."
|
||||
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 >/dev/null
|
||||
|
||||
echo "owning everything ..."
|
||||
sudo chown -r willipink:www-data /home/willipink/coinmanager
|
||||
sudo chown -R willipink:www-data /home/willipink/coinmanager >/dev/null
|
||||
|
||||
echo "reloading apache ..."
|
||||
sudo systemctl reload apache2
|
||||
sudo systemctl reload apache2 >/dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user