Deploy the app
deployGenerate deployment configuration files and exact commands, or run the deployment, then mark the project done. Available after audit passes and supports Docker, Vercel, Netlify, local, Expo EAS, and Tauri targets.
Instructions
Deploys the finished app. With execute=false it only generates deployment config files (Dockerfile/compose for docker) and returns the exact commands. With execute=true it runs the deployment. Only available once the audit has passed. Marks the project done on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | Yes | ||
| appPath | Yes | Absolute path to the app root | |
| execute | No | false = generate configs and commands only; true = actually run the deployment | |
| projectId | Yes |