update src path

This commit is contained in:
zhiqiang feng
2022-09-26 14:58:40 +08:00
parent aceb39fe5c
commit 9105185c9f
+2 -2
View File
@@ -17,7 +17,7 @@ steps:
image: reg.int.it2000.com.cn/library/node:14.20-bullseye image: reg.int.it2000.com.cn/library/node:14.20-bullseye
volumes: volumes:
- name: app - name: app
path: /usr/src/app path: /drone/src
commands: commands:
- npm install - npm install
- npm run build - npm run build
@@ -27,7 +27,7 @@ steps:
volumes: volumes:
- name: app - name: app
host: host:
path: /drone/src path: /opt/node/app
- name: certs - name: certs
host: host:
path: /etc/ssl/certs path: /etc/ssl/certs