Compare commits

..

7 Commits

3 changed files with 35 additions and 2 deletions

View File

@@ -34,10 +34,23 @@ 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:
- stages:
- name: 执行任务
script: echo "job"
script: echo "job"

View File

@@ -20,5 +20,8 @@
"@types/bun": "^1.3.4",
"@types/node": "^25.0.2",
"dotenv": "^17.2.3"
},
"publishConfig": {
"access": "public"
}
}

17
readme.md Normal file
View File

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