This commit is contained in:
mozzie 2023-03-06 10:11:36 +08:00
parent 5bbe1fc204
commit d61165981f

View File

@ -4,20 +4,14 @@ type: docker
name: backset.cn deploy
steps:
- name: 基础环境
- name: 构建
image: node:16.19-alpine
commands:
- node -v
- npm -v
- pwd
- ls
# - name: 依赖更新
# commands:
# - pnpm i
# - pnpm build:web
# - name: 发布web服务器
# commands:
# - ls
# - cp -r ./apps/web/dist/ /www/wwwroot/nginx/html/backset.cn
- pnpm i
- pnpm build:web
- ls
- cp -r ./apps/web/dist/ /www/wwwroot/nginx/html/backset.cn