编辑文件 .cnb.yml

This commit is contained in:
cnb.aUOqoEV4wEA 2025-11-13 11:32:27 +08:00 committed by cnb
parent 03fd813e19
commit 79a8cc32f6
No known key found for this signature in database
GPG Key ID: 074E9EA8B7D5A8A3

View File

@ -10,6 +10,16 @@ $:
- name: init - name: init
script: npm install pnpm -g && pnpm i script: npm install pnpm -g && pnpm i
main: 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: web_trigger_test:
- docker: - docker:
image: node:24 image: node:24