Deploy
One click to Render or Vercel.
Once the work is in a repo, Studio can deploy it.
Steps
- Connect the repo first — deployment follows from it.
- Choose Deploy and link a target: Render or Vercel.
- Authorize the provider and pick the service.
- 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.