Add Ubuntu deployment workflow

This commit is contained in:
武阳
2026-05-07 11:50:50 +08:00
parent 2349075a82
commit 37f411a547
11 changed files with 565 additions and 883 deletions
+11
View File
@@ -0,0 +1,11 @@
# 本文件是部署配置示例;真实配置写入 .env.deploy,且不要提交到 git。
export OPENAI_API_KEY=""
export OPENAI_BASE_URL="http://model.mify.ai.srv/v1"
export OPENAI_MODEL="xiaomi/mimo-v2-flash"
export CLAW_BACKEND_HOST="127.0.0.1"
export CLAW_BACKEND_PORT="8765"
export CLAW_FRONTEND_HOST="0.0.0.0"
export CLAW_FRONTEND_PORT="3000"
export CLAW_API_URL="http://127.0.0.1:8765"