#!/bin/bash set -e echo "[+] Running migrations..." echo alembic upgrade head echo "[+] Starting bot..." python main.py