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
|
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
|
||||||
|
|||||||
Reference in New Issue
Block a user