From cb5a2cef3d8e4f3806ffc8cf7724dbb71d8b5ab7 Mon Sep 17 00:00:00 2001 From: ale Date: Sat, 3 Oct 2020 23:30:38 +0200 Subject: [PATCH] volumes --- .drone.yml | 15 +++++++++------ 1 file changed, 9 insertions(+), 6 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0f92f66..8f40f2a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,13 +1,17 @@ +workspace: + base: /go + path: src/github.com/drone-plugins/drone-deb + kind: pipeline type: docker name: default steps: - name: builddeb - pull: never - image: plugins/deb + image: docker + repo: plugins/deb volumes: - - name: debian + - name: debhost path: /debian settings: description: Linux Compressor Humanizer @@ -19,10 +23,9 @@ steps: auto_path: debian/ depends: - bash - target: - - /debian + target: /debian volumes: -- name: debian +- name: debhost host: path: /opt/docker/production/lch-web/web/deb