Loading...
Loading...
Deploy applications and websites to Vercel. Use when the user requests deployment actions like "deploy my app", "deploy and give me the link", "push this live", or "create a preview deployment".
npx skill4agent add openai/skills vercel-deploysandbox_permissions=require_escalatedvercel deploy [path] -y# Deploy current directory
bash scripts/deploy.sh
# Deploy specific project
bash scripts/deploy.sh /path/to/project
# Deploy existing tarball
bash scripts/deploy.sh /path/to/project.tgzpreviewUrlclaimUrlvercel deploy [path] --prod -ysandbox_permissions=require_escalatedThe deploy needs escalated network access to deploy to Vercel. I can rerun the command with escalated permissions—want me to proceed?