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 install
- npm run build - npm run build
- cp -R ./dist/* /dist - cp -R ./dist/* /dist
when:
event:
- promote
- name: test - name: test
image: rust image: rust
@ -34,6 +37,8 @@ steps:
when: when:
event: event:
- promote - promote
- name: stage-deploy - name: stage-deploy
image: plugins/docker image: plugins/docker
privileged: true privileged: true
@ -55,8 +60,9 @@ steps:
target: target:
- staging - staging
- production - production
volumes: volumes:
- name: temp - name: temp
temp: {} temp: {}
- name: dist - name: dist
temp: {} dist: {}