-
Notifications
You must be signed in to change notification settings - Fork 252
Expand file tree
/
Copy path.cnb.yml
More file actions
37 lines (35 loc) · 859 Bytes
/
.cnb.yml
File metadata and controls
37 lines (35 loc) · 859 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
.sync: &sync
- imports:
- https://cnb.cool/tencent/tdesign/tdesign-private/-/blob/main/cnb-envs.yml
stages:
- name: Sync to GitHub
image: tencentcom/git-sync
settings:
target_url: https://github.com/Tencent/tdesign-vue-next-starter.git
auth_type: https
username: ${GIT_USERNAME}
password: ${GIT_ACCESS_TOKEN}
push_tags: true
"(**)":
push:
- <<: *sync
$:
vscode:
- docker:
build:
dockerfile: .cnb/Dockerfile
by:
.cnb/mcp-servers.json
volumes:
- node_modules:copy-on-write
env:
CNB_WELCOME_CMD: |
npm run dev
services:
- vscode
- docker
stages:
- name: install dependencies
script:
- npm install
- sleep 8