Perform automatic database migration
parent
81c33fce8a
commit
cc013560d9
@ -0,0 +1,4 @@
|
|||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
python manage.py db upgrade
|
||||||
|
gunicorn -w 4 -b 0.0.0.0:80 --access-logfile - --error-logfile - freeposte:app
|
Loading…
Reference in New Issue