Deploys a built server to the specified target platform.Documentation Index
Fetch the complete documentation index at: https://docs.agentfront.dev/llms.txt
Use this file to discover all available pages before exploring further.
Usage
Configuration
project.json
Options
| Option | Type | Description |
|---|---|---|
target | node | vercel | lambda | cloudflare | Required. Deployment target platform |
Platform Details
| Target | What Happens |
|---|---|
node | Builds Docker image, ready for docker compose up |
vercel | Runs vercel deploy using vercel.json config |
lambda | Runs sam deploy using template.yaml SAM template |
cloudflare | Runs wrangler deploy using wrangler.toml config |