This commit is contained in:
parent
11e0d73c75
commit
6028519bb8
@ -5,9 +5,6 @@ name: makeit-graffiti
|
||||
steps:
|
||||
- name: 'build'
|
||||
image: node:12
|
||||
volumes:
|
||||
- name: node_modules_cache
|
||||
path: /drone/src/node_modules
|
||||
commands:
|
||||
- node -v
|
||||
- npm -v
|
||||
@ -47,8 +44,3 @@ steps:
|
||||
- mv ./dist/* ./
|
||||
- rm -rf dist
|
||||
- echo '====== deploy success ======'
|
||||
|
||||
volumes:
|
||||
- name: node_modules_cache
|
||||
host:
|
||||
path: /makeit/web/drone/node_modules
|
Loading…
Reference in New Issue
Block a user