first com2
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
echo "[+] Formatting and checking..."
|
||||
@@ -5,4 +6,9 @@ echo
|
||||
ruff check --fix
|
||||
black .
|
||||
|
||||
echo "[+] Running migrations..."
|
||||
echo
|
||||
alembic upgrade head
|
||||
|
||||
echo "[+] Starting bot..."
|
||||
python main.py
|
||||
Reference in New Issue
Block a user