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

This commit is contained in:
koksnuss 2020-05-18 23:12:22 +02:00
commit 369579069d
3 changed files with 12 additions and 0 deletions

1
.gitignore vendored
View File

@ -5,3 +5,4 @@ Pipfile.lock
**/work_data/*
**/__pycache__/*
*.sqlite
coinmanager/static/*

0
coinmanager/db.sqlite3 Normal file → Executable file
View File

11
update Executable file
View File

@ -0,0 +1,11 @@
#!/bin/bash
echo "cloning ..."
#git pull origin master
echo "collecting static files ..."
cd /home/willipink/coinmanager/coinmanager
sudo -u willipink /home/willipink/.local/bin/pipenv run manage.py collectstatic --settings coinmanager.settings_prod
echo "restarting apache ..."
#systemctl restart apache2