Compare commits

...

3 Commits

Author SHA1 Message Date
6867ec041c 更新 readme.md 2025-12-17 15:31:41 +08:00
xiongxiao
3a28fd6fbc update 2025-12-17 15:20:37 +08:00
0569d54c95 更新 readme.md 2025-12-17 15:12:24 +08:00
2 changed files with 27 additions and 2 deletions

View File

@@ -34,7 +34,20 @@ main:
sync_mode: rebase
branch: main
web_trigger_sync_from_gitea:
- services:
- docker
imports:
- https://cnb.cool/kevisual/env/-/blob/main/env.yml
stages:
- name: '添加 gitea的origin'
script: |
git remote remove gitea 2>/dev/null || true
git remote add gitea https://oauth2:${GITEA_TOKEN}@git.xiongxiao.me/kevisual/cnb.git
- name: '同步gitea代码到当前仓库'
script: git pull gitea main
- name: '提交到原本的origin'
script: git push origin main
"**":
web_trigger_test:

View File

@@ -3,3 +3,15 @@
## 简介
纯粹调用api的模式去使用cnb.cool自动化方案。
## workspace
工作区快速打开,编辑代码,然后运行和执行
## 代码仓库
快速创建代码仓库,然后打开工作区,然后运行
## kevisual assistant app
借用模块进行开发项目