deploy_from_local
Deploy applications from local directories by automatically packaging, uploading, and deploying files. Use for deploying current directories, local files, or iterating on fixes.
Instructions
Deploy from local directory. Automatically creates tar.gz, uploads, and deploys. Use this when deploying current directory, local files, or when iterating on fixes. ALWAYS monitor with get_deployment_status after calling. If build fails, analyze logs, fix files locally, and redeploy.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_name | Yes | Application name | |
| directory_path | Yes | Absolute path to local directory (use "." for current directory) | |
| builder | No | Build system - use "auto" for automatic detection (default: auto) |