This commit is contained in:
mozzie 2023-03-06 13:33:38 +08:00
parent 5c9c45b7a3
commit 3c1e8c2247

View File

@ -14,7 +14,7 @@ steps:
image: node:16.19-alpine
# 容器内挂载点
volumes:
- name: node_modules-web
- name: node_modules
path: /drone/src/node_modules
commands:
- pwd
@ -35,4 +35,4 @@ steps:
overwrite: true
command_timeout: 2m
target: /www/wwwroot/nginx/html/backset.cn/
source: ./dist/*
source: ./apps/web/dist/*