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