chore: add .omc to .gitignore and update deploy command in CLAUDE.md
Trigger auto deployment for soc-langgraph / build-and-deploy (push) Failing after 12s

This commit is contained in:
gongzhiyong
2026-04-14 02:47:07 +08:00
parent 29e77c2b6a
commit ad4f832524
2 changed files with 7 additions and 3 deletions
+5 -1
View File
@@ -24,4 +24,8 @@ yarn-error.log*
# typescript
*.tsbuildinfo
next-env.d.ts
next-env.d.ts
# OMC state files (Claude Code internal)
.omc/
langgraph/.omc/
+2 -2
View File
@@ -10,7 +10,7 @@ so-c-chat-clone — 企业级对话系统,基于 LangGraph.js Gen-UI 架构。
- **开发机**: `sshpass -p xiaohei ssh xiaohei@192.168.30.30`(sudo 密码同)
- **项目路径**: `~/SOC/`
- **Docker 部署**: `cd ~/SOC && make dev`
- **Docker 部署**: `cd ~/SOC && docker compose --profile dev up -d --build`
- **代码同步**: 本地 `git push gitee main` → 开发机 `cd ~/SOC && git pull origin main`
- **Gitee 仓库**: `http://gitee.ath.cx:3000/xiaohei/socaichat.git`(用户: xiaohei, 密码: By@123456)
@@ -29,7 +29,7 @@ pnpm run build # tsc -b && vite build(前端)
开发机一键重启:
```bash
sshpass -p xiaohei ssh xiaohei@192.168.30.30 "cd ~/SOC && make dev"
sshpass -p xiaohei ssh xiaohei@192.168.30.30 "cd ~/SOC && docker compose --profile dev up -d --build"
```
## Architecture