Community
Checklists
Pre/post-deploy checklists. Verify setup, test bots, monitor. Never miss a step.
TL;DR: Tick pre-deploy -> deploy -> post-deploy. Test CLI/Telegram/GitHub. All green? ✅ Live!
Verify every step. From README/PLAN.
📋 Pre-Deploy
- Clone:
git clone https://github.com/duyet/duyetbot-agent -
bun install -
bunx wrangler login - Env: Env Setup ->
- Tests:
bun run test(1200+ pass) ✅ - Lint:
bun run check
Run: bun run check -> All pass.
🚀 Deploy
| App | Command | Verify |
|---|---|---|
| All | bun run deploy | Dashboard: Workers live |
| Telegram | bun run deploy:telegram | telegram.duyetbot.workers.dev responds |
| GitHub | bun run deploy:github | Webhook ready |
| Agents | bun run deploy:shared-agents | DO bindings active |
| Memory | bun run deploy:memory-mcp | D1 tables created |
🔍 Post-Deploy Tests
CLI
Expect: Agent responds.
Telegram
- @BotFather -> Set webhook:
https://telegram.duyetbot.workers.dev/webhook - Message bot: "hi" Expect: "Thinking 🧠" -> Response.
GitHub
- Repo -> Comment:
@duyetbot helloExpect: Bot replies in thread.
Quiz: Tests pass?
A: bun run test ✅
🛡️ Monitor
- Logs: Cloudflare dashboard
- Stuck batches:
ROUTER_DEBUG=true - Tokens: LLM provider dashboard
🚀 Next
Cloudflare Deploy ->
Test now: bun run test! {{t('checklists.all_green')}}