Studio

Deploy

One click to Render or Vercel.

About 4 minutes

Once the work is in a repo, Studio can deploy it.

Steps

  1. Connect the repo first — deployment follows from it.
  2. Choose Deploy and link a target: Render or Vercel.
  3. Authorize the provider and pick the service.
  4. Trigger the deploy.

You're done when the provider reports a successful deployment and the live URL serves your app.

Gotchas

  • Deploying is not the same as pushing. Push puts code in the repo; deploy makes it live. Depending on the target, a push may or may not trigger one.
  • Environment variables do not travel. Values in the project's Env tab are for the preview on your host. Production values are configured at the deploy target.

Checked against

  • endpoints/studio/projects/link-deploy_POST.ts
  • endpoints/integrations/trigger-deploy_POST.ts