From ecaea47db725990979ee9576ba18e12bcd870bbb Mon Sep 17 00:00:00 2001 From: xiongxiao Date: Sun, 14 Sep 2025 21:59:42 +0800 Subject: [PATCH] s --- .cnb.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.cnb.yml b/.cnb.yml index 27aae9c..3718d1a 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -7,14 +7,14 @@ main: stages: - name: 'show username' script: echo "GITEA_USERNAME is ${GITEA_USERNAME} and GITEA_PASSWORD is ${GITEA_PASSWORD}" - # - name: sync to gitea - # image: tencentcom/git-sync - # settings: - # target_url: https://git.xiongxiao.me/kevisual/cnb.git - # auth_type: ssh - # username: ${GITEA_USERNAME} - # password: ${GITEA_PASSWORD} - # git_host: git.xiongxiao.me + - name: sync to gitea + image: tencentcom/git-sync + settings: + target_url: https://git.xiongxiao.me/kevisual/cnb.git + auth_type: ssh + username: ${GITEA_USERNAME} + password: ${GITEA_PASSWORD} + git_host: git.xiongxiao.me