This commit is contained in:
2025-09-14 22:11:13 +08:00
parent efc02a2a44
commit 3021d864bd

View File

@@ -10,12 +10,15 @@ main:
- name: sync to gitea - name: sync to gitea
image: tencentcom/git-sync image: tencentcom/git-sync
settings: settings:
target_url: git@git.xiongxiao.me:kevisual/cnb.git target_url: https://git.xiongxiao.me/kevisual/cnb.git
auth_type: ssh auth_type: https
ssh_key: ${GITEA_SSH_KEY}
username: ${GITEA_USERNAME} username: ${GITEA_USERNAME}
password: ${GITEA_PASSWORD} password: ${GITEA_PASSWORD}
git_user: "abearxiong"
git_email: "xiongxiao@xiongxiao.me"
sync_mode: rebase
git_host: git.xiongxiao.me git_host: git.xiongxiao.me
branch: main