Add release command to run migrations on deploy
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -7,3 +7,4 @@ healthcheckPath = "/health"
|
|||||||
healthcheckTimeout = 100
|
healthcheckTimeout = 100
|
||||||
restartPolicyType = "on_failure"
|
restartPolicyType = "on_failure"
|
||||||
restartPolicyMaxRetries = 3
|
restartPolicyMaxRetries = 3
|
||||||
|
releaseCommand = "alembic upgrade head"
|
||||||
|
|||||||
Reference in New Issue
Block a user