This commit is contained in:
2026-01-14 12:38:17 +08:00
parent 01d1a49a59
commit 429ce55464
2 changed files with 12 additions and 1 deletions

View File

@@ -4,7 +4,7 @@ include:
.common_env: &common_env
env:
TO_REPO: kevisual/cnb
TO_REPO: kevisual/datapod-helm
TO_URL: git.xiongxiao.me
imports:
- https://cnb.cool/kevisual/env/-/blob/main/.env.development

11
.cnb/web_trigger.yml Normal file
View File

@@ -0,0 +1,11 @@
# .cnb/web_trigger.yml
branch:
# 如下按钮在分支名以 release 开头的分支详情页面显示
- reg: "^main"
buttons:
- name: 同步代码到gitea
desc: 同步代码到gitea
event: web_trigger_sync_to_gitea
- name: 同步gitea代码到当前仓库
desc: 同步gitea代码到当前仓库
event: web_trigger_sync_from_gitea