Files
bl/.cnb.yml
昔念 ab1cbeeccc 1
2026-01-29 23:40:55 +08:00

19 lines
519 B
Go

main:
push:
- runner:
cpus: 1
stages:
# ========== 同步到GitHub ==========
- name: sync to github
image: tencentcom/git-sync
cpus: 1
imports: https://cnb.cool/blzing/key/-/blob/main/githubkey.yml
settings:
target_url: https://cr.72wo.cn//admin/bl.git
auth_type: https
username: ${GIT_USERNAME}
password: ${GIT_ACCESS_TOKEN}
force: true
#sync_mode: rebase