You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(webapp): warn that DEPLOY_IMAGE_OVERRIDE is single-tenant only
No behavior change. Adds a strong warning to env.server.ts docstring
+ changeset entry explaining the foot-gun for multi-tenant installs.
Co-authored-by: Cursor <cursoragent@cursor.com>
webapp: clarify DEPLOY_IMAGE_OVERRIDE is single-tenant only
6
+
7
+
The `DEPLOY_IMAGE_OVERRIDE` env var forces every deployment finalized by the webapp to use the configured image, ignoring the registry config / per-deployment image computation. Useful for self-hosted single-tenant installs where CI builds one canonical tasks image; dangerous on cloud / multi-tenant where deployments come from untrusted user code. No behavior change — just adds a strong warning docstring to `apps/webapp/app/env.server.ts` calling out the multi-tenant foot-gun.
0 commit comments