Deploy Prompts

Prompts for deploying web, admin, and public site applications with pre-flight checks.

Prompts

#PromptPurpose
01Deploy Web AppDeploy the main web application
02Deploy Admin AppDeploy the admin dashboard
03Deploy Public SiteDeploy the public marketing site

FAQ

What does bun run ci check?

The ci command runs the full pre-flight validation suite in order: lint, typecheck, test, migrations index check, changelog check, and env example check. If any step fails, the process exits with a non-zero code. Always run bun run ci before deploying.

Do I need to run database migrations before deploying?

Migrations are applied to Supabase independently of app deployments (via MCP apply_migration or local migration files). However, bun run migrations:check (included in bun run ci) validates that the migrations index is up to date. If you've added new migration files, run bun run migrations:index first.

What about brand assets?

Brand assets (logos, icons, fonts) are synced from brand/ to apps via bun run brand:sync. This runs automatically as part of bun run dev but should be verified before production deployments if brand assets have changed.

Which apps exist?

AppDomainDirectory
Webapp.eko.dayapps/web
Adminadmin.eko.dayapps/admin
Publiceko.dayapps/public