formatting
This commit is contained in:
parent
dd60c3ed52
commit
188a96a042
2
update
2
update
@ -5,7 +5,6 @@ set -e
|
||||
echo "cloning ..."
|
||||
git pull -q origin master >/dev/null
|
||||
|
||||
|
||||
echo "collecting ..."
|
||||
cd /home/willipink/coinmanager/coinmanager
|
||||
pipenv run python manage.py collectstatic --settings coinmanager.production_settings --no-input >/dev/null
|
||||
@ -17,6 +16,5 @@ sed -i "s/[0-9]\{6\}/$version/g" coinc/templates/footer.html
|
||||
echo "owning ..."
|
||||
sudo chown -R willipink:www-data /home/willipink/coinmanager >/dev/null
|
||||
|
||||
|
||||
echo "reloading ..."
|
||||
sudo systemctl reload apache2 >/dev/null
|
||||
|
Loading…
x
Reference in New Issue
Block a user