From 79a8cc32f6f6325eee5f8f42d7af011faf5f982b Mon Sep 17 00:00:00 2001 From: "cnb.aUOqoEV4wEA" Date: Thu, 13 Nov 2025 11:32:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=96=E8=BE=91=E6=96=87=E4=BB=B6=20.cnb.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .cnb.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.cnb.yml b/.cnb.yml index d090fd1e..953f6418 100644 --- a/.cnb.yml +++ b/.cnb.yml @@ -10,6 +10,16 @@ $: - name: init script: npm install pnpm -g && pnpm i main: + push: + - stages: + - name: sync to gitea + image: tencentcom/git-sync + imports: https://cnb.cool/risenstars/iot-env/-/blob/main/env.yml + settings: + target_url: https://git.risenstars.com/risenstars/iot-manage-dashboard.git + auth_type: https + username: ${GIT_USERNAME} + password: ${GIT_ACCESS_TOKEN} web_trigger_test: - docker: image: node:24