ci
This commit is contained in:
parent
5c9c45b7a3
commit
3c1e8c2247
|
@ -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/*
|
||||
|
|
Loading…
Reference in New Issue
Block a user