parent
8cfac825a1
commit
4b1a28809e
14
.drone.yml
14
.drone.yml
@ -12,13 +12,6 @@ pipeline:
|
|||||||
commands:
|
commands:
|
||||||
- make
|
- make
|
||||||
|
|
||||||
compress:
|
|
||||||
image: alpine:latest
|
|
||||||
commands:
|
|
||||||
- apk --no-cache update
|
|
||||||
- apk add make
|
|
||||||
- make compress
|
|
||||||
|
|
||||||
rebuild-cache:
|
rebuild-cache:
|
||||||
image: drillster/drone-volume-cache
|
image: drillster/drone-volume-cache
|
||||||
rebuild: true
|
rebuild: true
|
||||||
@ -27,6 +20,13 @@ pipeline:
|
|||||||
volumes:
|
volumes:
|
||||||
- /home/gitea/gitea/drone_build_cache/notes:/cache
|
- /home/gitea/gitea/drone_build_cache/notes:/cache
|
||||||
|
|
||||||
|
compress:
|
||||||
|
image: alpine:latest
|
||||||
|
commands:
|
||||||
|
- apk --no-cache update
|
||||||
|
- apk add make
|
||||||
|
- make compress
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: drillster/drone-rsync
|
image: drillster/drone-rsync
|
||||||
hosts: [ "vbrandl.net" ]
|
hosts: [ "vbrandl.net" ]
|
||||||
|
Loading…
Reference in New Issue
Block a user