This commit is contained in:
2025-09-14 21:39:22 +08:00
commit 7da83cffe2
4 changed files with 142 additions and 0 deletions

13
.cnb/push.yml Normal file
View File

@@ -0,0 +1,13 @@
main:
sync_to_gitea:
- services:
- docker
imports: https://cnb.cool/kevisual/env/-/blob/main/env.yml
- stages:
- name: sync to gitea
image: tencentcom/git-sync
settings:
target_url: https://git.xiongxiao.me/kevisual/cnb.git
auth_type: https
username: ${GITEA_USERNAME}
password: ${GITEA_ACCESS_TOKEN}