File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments