From 53e4913270f0c042007ce4fe5fbdf9591890182c Mon Sep 17 00:00:00 2001 From: ale Date: Sat, 3 Oct 2020 22:42:04 +0200 Subject: [PATCH] volumes --- .drone.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 2ece3b0..44e5355 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,9 @@ steps: - name: builddeb pull: never image: plugins/deb + volumes: + - name: debian + path: /debian settings: description: Linux Compressor Humanizer package: lch @@ -13,4 +16,9 @@ steps: maintainer: Pedro Berrocal homepage: https://lch.hatthieves.es/ arch: all - auto_path: debian/ \ No newline at end of file + auto_path: /debian/ + +volumes: +- name: debian + host: + path: /opt/docker/production/lch-web/web/deb