Manusで任意のスキルを実行
ワンクリックで
ワンクリックで
ワンクリックでManusで任意のスキルを実行
始めるchatos-deploy
Deployment skill for chatOS. Use when deploying to Vercel, running DB migrations, or configuring environments.
スター0
フォーク0
更新日2026年2月25日 18:57
SKILL.md
readonlyメニュー
Deployment skill for chatOS. Use when deploying to Vercel, running DB migrations, or configuring environments.
| name | chatos-deploy |
| description | Deployment skill for chatOS. Use when deploying to Vercel, running DB migrations, or configuring environments. |
vercel # Deploy preview
vercel --prod # Deploy production
Each app deploys independently via Vercel project linking.
Copy env.example to .env.local and fill in:
Required:
DATABASE_URL — PostgreSQL (Neon recommended)AUTH_SECRET — openssl rand -base64 32AI_GATEWAY_API_KEY — Vercel AI Gateway keyAuth (at least one):
AUTH_GITHUB_ID + AUTH_GITHUB_SECRETAUTH_GOOGLE_ID + AUTH_GOOGLE_SECRETOptional:
REDIS_URL — for resumable streamsBLOB_READ_WRITE_TOKEN — for file attachmentsSLACK_BOT_TOKEN + SLACK_SIGNING_SECRET — for bot appbun run db:generate # Generate migration from schema changes
bun run db:migrate # Apply migrations
bun run db:studio # Open Drizzle Studio
The bot app (apps/bot) needs webhook URLs configured in each platform:
https://your-bot-domain.vercel.app/api/slack