„.drone.yml“ ändern
This commit is contained in:
parent
f29aa3e502
commit
add5332d64
22
.drone.yml
22
.drone.yml
@ -29,6 +29,17 @@ steps:
|
||||
- gulp
|
||||
- zip public.zip -r dist/*
|
||||
|
||||
- name: Rebuild Cache
|
||||
image: drillster/drone-volume-cache
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /cache
|
||||
settings:
|
||||
rebuild: true
|
||||
mount:
|
||||
- ./node_modules
|
||||
- ./dist
|
||||
|
||||
- name: Upload To Gitea-Release
|
||||
image: plugins/gitea-release
|
||||
settings:
|
||||
@ -48,17 +59,6 @@ steps:
|
||||
when:
|
||||
event: tag
|
||||
|
||||
- name: Rebuild Cache
|
||||
image: drillster/drone-volume-cache
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /cache
|
||||
settings:
|
||||
rebuild: true
|
||||
mount:
|
||||
- ./node_modules
|
||||
- ./dist
|
||||
|
||||
volumes:
|
||||
- name: docker_sock
|
||||
host:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user