Files
cnb/.cnb.yml
2025-09-14 21:46:15 +08:00

20 lines
490 B
YAML

main:
web_trigger_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}
"**":
web_trigger_test:
- stages:
- name: 执行任务
script: echo "job"