Select the types of activity you want to include in your feed.
1#!/bin/sh 2 3set -o errexit 4set -o nounset 5 6/usr/local/bin/alembic upgrade head 7/usr/local/bin/gunicorn -k uvicorn.workers.UvicornWorker -b 0.0.0.0:8000 kefi.main:app