Commit 6574fd54 authored by hjm's avatar hjm
Browse files

feat: 修改部署方式为本机部署

主要更改:
- 移除所有 SSH 相关配置(SSH_PRIVATE_KEY, SSH_HOST, SSH_USER)
- 移除 Docker Registry login 和 pull 操作
- 直接使用 build 阶段构建的本地镜像
- 通过 docker run 在本机启动容器
- 简化健康检查逻辑

Backend 部署:
- 使用本地构建的 backend:latest 镜像
- 容器名称:tenpages-api
- 端口映射:8080:8080

Web-admin 部署:
- 使用本地构建的 web-admin:latest 镜像
- 容器名称:tenpages-web-admin
- 端口映射:5173:5173

🤖 Generated with [Claude Code](https://claude.com/claude-code

)

Co-Authored-By: default avatarClaude <noreply@anthropic.com>
parent e45efdf8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment