6 Star 0 Fork 0

DY领导驾驶舱/领导驾驶舱

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
.gitlab-ci.yml 396 Bytes
一键复制 编辑 原始数据 按行查看 历史
zhangliang 提交于 2024-06-25 15:05 . 初始化
stages:
- build:prod
- deploy:prod
cache:
paths:
- node_modules/
- dist/
prod-build:
stage: build:prod
script:
- pwd
- pnpm install
- pnpm run build
- ls
only:
- master
artifacts:
paths:
- dist
prod-deploy:
stage: deploy:prod
script:
- pwd
- rm -rf $DIST_DEPLOY_PATH/dist
- cp -r dist/ $DIST_DEPLOY_PATH
only:
- master
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/zsy-luck/dy-app.git
git@gitee.com:zsy-luck/dy-app.git
zsy-luck
dy-app
领导驾驶舱
master

搜索帮助