Skip to content
All artifacts
toolrunning

deploy

Deploys an app to Vercel production, with an explicit confirmation step and a hard stop on failure.

Reach for it when

A change is ready for production and you want the deploy to be deliberate rather than muscle memory.

Project-scoped and bound to a slash command inside one repo. Runs the production deploy, reports the live URL, and requires an explicit confirm before it starts.

Fires on /deploy in that project.

On failure it stops and surfaces the error. It does not retry blindly, which is the behaviour that turns one bad deploy into four.

  • vercel
  • deploy
  • other-repo