Skip to content

Commit 4d82553

Browse files
committed
暂不使用主动推送
1 parent c68daea commit 4d82553

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.cnb.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ master:
1919
auth_type: https
2020
username: ${GITEE_USERNAME}
2121
password: ${GITEE_ACCESS_TOKEN}
22-
- name: edgeone
23-
imports: https://cnb.cool/ecustcic/key/-/blob/main/env.yml
24-
stages:
25-
# 构建当前项目
26-
- name: Build Current Project
27-
image: node:20
28-
script: node -v && npm install && npm run build
29-
# 将构建输出部署到 EdgeOne Pages
30-
- name: Deploy to EdgeOne Pages
31-
image: node:20
32-
script: npx edgeone pages deploy ./dist -n ecustcic -t $EDGEONE_API_TOKEN
22+
# - name: edgeone
23+
# imports: https://cnb.cool/ecustcic/key/-/blob/main/env.yml
24+
# stages:
25+
# # 构建当前项目
26+
# - name: Build Current Project
27+
# image: node:20
28+
# script: node -v && npm install && npm run build
29+
# # 将构建输出部署到 EdgeOne Pages
30+
# - name: Deploy to EdgeOne Pages
31+
# image: node:20
32+
# script: npx edgeone pages deploy ./dist -n ecustcic -t $EDGEONE_API_TOKEN

0 commit comments

Comments
 (0)