mirror of
https://github.com/formbricks/formbricks.git
synced 2026-05-20 03:07:53 -05:00
11055f812e
HUB_API_URL is required by the Zod env validation at build time but was not provided as a Docker secret, causing the release build to fail. Adds HUB_API_URL with a dummy fallback (http://localhost:4000) to the build pipeline, following the same pattern as DATABASE_URL/REDIS_URL. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>