Changed volume definition
continuous-integration/drone/push Build encountered an error Details

This commit is contained in:
Joe Bellus 2022-07-28 19:29:45 -04:00
parent a2e3a5d544
commit eca0823601
1 changed files with 7 additions and 1 deletions

View File

@ -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: {}