This commit is contained in:
parent
6c8eec83f1
commit
7f3c6f49c2
|
@ -37,9 +37,14 @@ steps:
|
||||||
- cd frontend
|
- cd frontend
|
||||||
- yarn install
|
- yarn install
|
||||||
- yarn build
|
- yarn build
|
||||||
|
- cp -r dist /drone-shared/
|
||||||
trigger:
|
trigger:
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- tag
|
- tag
|
||||||
- push
|
- push
|
||||||
|
|
||||||
|
volumes:
|
||||||
|
- name: drone-shared
|
||||||
|
host:
|
||||||
|
path: /tmp/drone-shared
|
||||||
|
|
Loading…
Reference in a new issue