Files
grabowski 3274afb677
Validate / validate (push) Successful in 29s
Deploy to LXC / deploy (push) Failing after 2m27s
ci(validate): stub required env vars so build-time analyse passes
src/lib/server/env.ts validates DATABASE_URL, SESSION_SECRET,
STORAGE_SIGNING_SECRET, and PUBLIC_BASE_URL with Zod and throws
when missing. SvelteKit's analyse step imports it during build, so
CI needs values that satisfy the schema shape — they never connect
to anything.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-27 11:11:47 +07:00
..