update src path
This commit is contained in:
+2
-2
@@ -17,7 +17,7 @@ steps:
|
||||
image: reg.int.it2000.com.cn/library/node:14.20-bullseye
|
||||
volumes:
|
||||
- name: app
|
||||
path: /usr/src/app
|
||||
path: /drone/src
|
||||
commands:
|
||||
- npm install
|
||||
- npm run build
|
||||
@@ -27,7 +27,7 @@ steps:
|
||||
volumes:
|
||||
- name: app
|
||||
host:
|
||||
path: /drone/src
|
||||
path: /opt/node/app
|
||||
- name: certs
|
||||
host:
|
||||
path: /etc/ssl/certs
|
||||
|
||||
Reference in New Issue
Block a user