delimit_deploy_site
Deploy websites by automating git commits, pushes, Vercel builds, and production deployment in a single step for configured projects.
Instructions
(Pro). Deploy a site — git commit, push, Vercel build, and deploy in one step.
Handles the full chain: stages changes, commits, pushes to remote, builds with Vercel, deploys to production. No manual steps needed.
Args: project_path: Path to the site project (must have .vercel/ configured). message: Git commit message. Auto-generated if empty.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_path | No | . | |
| message | No |