web: gunicorn --bind 0.0.0.0:$PORT --workers 2 app:app
release: flask db upgrade
