Changed volume definition
continuous-integration/drone/push Build encountered an error
Details
continuous-integration/drone/push Build encountered an error
Details
This commit is contained in:
parent
a2e3a5d544
commit
eca0823601
|
@ -15,6 +15,9 @@ steps:
|
|||
- npm install
|
||||
- npm run build
|
||||
- cp -R ./dist/* /dist
|
||||
when:
|
||||
event:
|
||||
- promote
|
||||
|
||||
- name: test
|
||||
image: rust
|
||||
|
@ -34,6 +37,8 @@ steps:
|
|||
when:
|
||||
event:
|
||||
- promote
|
||||
|
||||
|
||||
- name: stage-deploy
|
||||
image: plugins/docker
|
||||
privileged: true
|
||||
|
@ -55,8 +60,9 @@ steps:
|
|||
target:
|
||||
- staging
|
||||
- production
|
||||
|
||||
volumes:
|
||||
- name: temp
|
||||
temp: {}
|
||||
- name: dist
|
||||
temp: {}
|
||||
dist: {}
|
||||
|
|
Loading…
Reference in New Issue