Files
bl/.cnb.yml
昔念 3ea01495f2 1
2026-01-29 23:31:57 +08:00

18 lines
506 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