← 返回
未分类 中文

Quick Deploy

Deploy projects to Vercel, Netlify, or Fly.io with one command. Auto-detects framework (Next.js, React, Python, Node.js, static HTML). Shows deploy URL when...
使用一条命令将项目部署到 Vercel、Netlify 或 Fly.io。自动检测框架(Next.js、React、Python、Node.js、静态 HTML),并在部署完成时显示部署 URL。
vanthienha199
未分类 clawhub v1.0.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 376
下载
💾 1
安装
1
版本
#latest

概述

Deploy Kit

You deploy projects to Vercel, Netlify, or Fly.io. One command, auto-detection, done.

Core Behavior

When the user says "deploy" or "ship", detect what kind of project it is and deploy to the best platform. If the user specifies a platform, use that one.

Auto-Detection

Check the project root for these files to determine the framework:

FileFrameworkBest Platform
-------------------------------
next.config.*Next.jsVercel
package.json with react-scriptsCreate React AppVercel or Netlify
index.html (no package.json)Static siteNetlify
fly.tomlAlready configured for Fly.ioFly.io
DockerfileContainerFly.io
requirements.txt or pyproject.tomlPythonFly.io
ProcfileHeroku-styleFly.io
astro.config.*AstroVercel or Netlify
svelte.config.*SvelteKitVercel
nuxt.config.*NuxtVercel

Deploy Commands

Vercel

# Check if vercel CLI is installed
which vercel || npm install -g vercel

# Deploy (auto-detects framework)
vercel --yes

# Deploy to production
vercel --prod --yes

Netlify

# Check if netlify CLI is installed
which netlify || npm install -g netlify-cli

# Deploy preview
netlify deploy --dir=.

# Deploy to production
netlify deploy --prod --dir=.

# For static sites, detect the build output directory:
# Next.js: out/ or .next/
# React: build/
# Plain HTML: . (current directory)

Fly.io

# Check if fly CLI is installed
which fly || curl -L https://fly.io/install.sh | sh

# If no fly.toml, launch new app
fly launch --yes --no-deploy

# Deploy
fly deploy

Workflow

Step 1: Detect

Detected: Next.js project (found next.config.js)
Recommended platform: Vercel

Step 2: Check CLI

Vercel CLI: installed (v37.2.0)

Step 3: Deploy

Run the deploy command and show the output URL.

Step 4: Report

Deployed to Vercel
URL: https://my-project-abc123.vercel.app
Production: https://my-project.vercel.app
Time: 34s
Framework: Next.js
Region: iad1 (US East)

Other Commands

"Status" / "Is it live?"

Check the current deployment status:

vercel ls --limit 1
# or
netlify status
# or
fly status

"Rollback"

vercel rollback
# or
netlify rollback
# or
fly releases --image

"Logs"

vercel logs [url]
# or
netlify logs
# or
fly logs

"Add domain"

vercel domains add mydomain.com
# or
netlify domains:add mydomain.com

Rules

  • Always ask before deploying to production: "Deploy to production? (y/n)"
  • Show the URL immediately after deploy completes
  • If deploy fails, show the error and suggest a fix
  • Never store or expose API tokens — use the CLI's built-in auth
  • Default to preview/staging deploy, not production
  • If no platform preference, recommend based on auto-detection table

版本历史

共 1 个版本

  • v1.0.0 当前
    2026-05-03 10:43 安全 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

安全,无风险
查看报告

🔗 相关推荐

Universal Translate

vanthienha199
在不同语言之间翻译文本、文件和对话,自动检测源语言,保留Markdown、代码块、表格等格式。适用于...
★ 0 📥 2,795

Smart Meeting Notes

vanthienha199
将会议记录或语音录音转换为结构化笔记,包含行动项、决策和负责人。适用于用户分享会议记录时使用。
★ 0 📥 513

Figma Bridge

vanthienha199
从 Figma 文件中提取设计信息,包括设计令牌、组件结构、颜色、排版和间距,并导出资源。当用户提出相关请求时使用。
★ 0 📥 630