This commit is contained in:
shimun 2018-09-13 13:57:29 +02:00
parent 1591d6f16f
commit c37b1f456a

View File

@ -3,12 +3,13 @@ pipeline:
image: repo.shimun.net/drone-plugins/davfile image: repo.shimun.net/drone-plugins/davfile
url: https://seaf.shimun.net/seafdav/Drone/cache/ url: https://seaf.shimun.net/seafdav/Drone/cache/
secrets: ["docker_username", "docker_password"] secrets: ["docker_username", "docker_password"]
file: cache.tar.gz file: ${DRONE_REPO_NAME}.tar.gz
secrets: ["dav_username", "dav_password"] secrets: ["dav_username", "dav_password"]
ex-cache: ex-cache:
image: repo.shimun.net/drone-plugins/tar:v0.1 image: repo.shimun.net/drone-plugins/tar
dest: /drone/docker dest: /drone/
file: cache.tar.gz file: ${DRONE_REPO_NAME}.tar.gz
quiet: true
docker: docker:
image: plugins/docker image: plugins/docker
repo: repo.shimun.net/shimun/sauerbraten repo: repo.shimun.net/shimun/sauerbraten
@ -17,14 +18,15 @@ pipeline:
storage_path: /drone/docker storage_path: /drone/docker
use_cache: true use_cache: true
mk-cache: mk-cache:
image: repo.shimun.net/drone-plugins/tar:v0.1 image: repo.shimun.net/drone-plugins/tar
dest: cache.tar.gz dest: ${DRONE_REPO_NAME}.tar.gz
file: /drone/docker file: /drone/docker
quiet: true
up-cache: up-cache:
image: repo.shimun.net/drone-plugins/davfile image: repo.shimun.net/drone-plugins/davfile
url: https://seaf.shimun.net/seafdav/Drone/cache/ url: https://seaf.shimun.net/seafdav/Drone/cache/
upload: true upload: true
file: cache.tar.gz file: ${DRONE_REPO_NAME}.tar.gz
secrets: ["dav_username", "dav_password"] secrets: ["dav_username", "dav_password"]
group: fin group: fin
docker-p: docker-p: