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