feat: multi-module iteration

This commit is contained in:
2026-08-04 21:38:49 +08:00
parent 9d96c73246
commit 71f508e02b
1366 changed files with 202004 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
# 复制为 deploy.env 后填写(deploy.env 勿提交)
DEPLOY_HOST=your.server.ip.or.domain
DEPLOY_USER=root
DEPLOY_PORT=22
# DEPLOY_SSH_KEY=~/.ssh/id_rsa
# 同机双栈目录
PROD_APP_ROOT=/opt/dukang
STAGING_APP_ROOT=/opt/dukang-staging
# 兼容旧字段(未指定 --env 时可能用到)
APP_ROOT=/opt/dukang
# 生产仓库(SSH
GIT_REPO_URL=git@git.yqidian.com:jacy/dukang.git
GIT_REMOTE=origin
# 默认分支已由 --env 决定:staging→devproduction→main
# GIT_BRANCH=dev