Merge branch 'master' of ssh://willipink.eu:3456/moritz/coinmanager
This commit is contained in:
commit
369579069d
1
.gitignore
vendored
1
.gitignore
vendored
@ -5,3 +5,4 @@ Pipfile.lock
|
||||
**/work_data/*
|
||||
**/__pycache__/*
|
||||
*.sqlite
|
||||
coinmanager/static/*
|
||||
|
0
coinmanager/db.sqlite3
Normal file → Executable file
0
coinmanager/db.sqlite3
Normal file → Executable file
11
update
Executable file
11
update
Executable 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
|
Loading…
x
Reference in New Issue
Block a user