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
Trigger auto deployment for soc-langgraph / build-and-deploy (push) Failing after 12s
This commit is contained in:
@@ -25,3 +25,7 @@ yarn-error.log*
|
||||
# typescript
|
||||
*.tsbuildinfo
|
||||
next-env.d.ts
|
||||
|
||||
# OMC state files (Claude Code internal)
|
||||
.omc/
|
||||
langgraph/.omc/
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user