编辑文件 .cnb.yml
This commit is contained in:
parent
03fd813e19
commit
79a8cc32f6
10
.cnb.yml
10
.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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user