This commit is contained in:
孙小云 2026-01-29 11:55:07 +08:00
parent 24cf92c0b8
commit be476f39e7
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ main_repository:
monitor: monitor:
poll_interval: 10 # 轮询间隔(秒) poll_interval: 10 # 轮询间隔(秒)
enabled_repos: [] # 空数组表示监听所有仓库,或指定具体仓库名称列表 enabled_repos: [] # 空数组表示监听所有仓库,或指定具体仓库名称列表
watch_tags: true # 是否监听 tag 变化(打 tag 时触发部署) watch_tags: false # 是否监听 tag 变化(打 tag 时触发部署)
tag_pattern: "v*" # 监听的 tag 模式,支持通配符(如 v*、release-* tag_pattern: "v*" # 监听的 tag 模式,支持通配符(如 v*、release-*
# 部署配置 # 部署配置