【调整】增加部署雨云

This commit is contained in:
cai
2026-01-13 17:47:39 +08:00
parent 4e49ca075a
commit 367c1a1096
1094 changed files with 179074 additions and 45 deletions

View File

@@ -0,0 +1,18 @@
# 工具配置
config:
parallel_build: false # 是否并行编译
dry_run: false # 是否干运行
# 工作区配置
workspaces:
# 示例工作区配置
# app-name:
# sync_mappings:
# - source:
# git_url: "https://github.com/user/repo.git" # Git 仓库地址
# branch: "main" # 分支名称
# alias: "repo-name" # 仓库别名(可选)
# target:
# sync_dir: "dist" # 要同步的目录
# git_dir: "dist" # Git 仓库中的目标目录