migrate before running server

This commit is contained in:
Lera Elvoé 2025-05-23 21:28:14 +03:00
parent 12269dd9b3
commit 3dde2ba49a
Signed by: yagich
SSH Key Fingerprint: SHA256:6xjGb6uA7lAVcULa7byPEN//rQ0wPoG+UzYVMfZnbvc

View File

@ -3,6 +3,7 @@
set -e
start() {
lapis migrate
lapis serve
}