Release command now runs migrations + seeds test users when SEED_ON_DEPLOY=true. Tree seeding runs as a background task on startup via HTTP API. Everything is idempotent and non-fatal. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
11 lines
230 B
TOML
11 lines
230 B
TOML
[build]
|
|
builder = "dockerfile"
|
|
dockerfilePath = "Dockerfile"
|
|
|
|
[deploy]
|
|
healthcheckPath = "/health"
|
|
healthcheckTimeout = 100
|
|
restartPolicyType = "on_failure"
|
|
restartPolicyMaxRetries = 3
|
|
releaseCommand = "python -m scripts.release"
|