ci
This commit is contained in:
parent
5c9c45b7a3
commit
3c1e8c2247
|
@ -14,7 +14,7 @@ steps:
|
||||||
image: node:16.19-alpine
|
image: node:16.19-alpine
|
||||||
# 容器内挂载点
|
# 容器内挂载点
|
||||||
volumes:
|
volumes:
|
||||||
- name: node_modules-web
|
- name: node_modules
|
||||||
path: /drone/src/node_modules
|
path: /drone/src/node_modules
|
||||||
commands:
|
commands:
|
||||||
- pwd
|
- pwd
|
||||||
|
@ -35,4 +35,4 @@ steps:
|
||||||
overwrite: true
|
overwrite: true
|
||||||
command_timeout: 2m
|
command_timeout: 2m
|
||||||
target: /www/wwwroot/nginx/html/backset.cn/
|
target: /www/wwwroot/nginx/html/backset.cn/
|
||||||
source: ./dist/*
|
source: ./apps/web/dist/*
|
||||||
|
|
Loading…
Reference in New Issue
Block a user