From 31da11156d1c29d14f4cad30c1a7c9a3c3a152e6 Mon Sep 17 00:00:00 2001 From: Jonas Franz Date: Sun, 24 Jun 2018 14:36:48 +0200 Subject: [PATCH] Move releases to dist folder Signed-off-by: Jonas Franz --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 30d8880..ea0ae69 100644 --- a/.drone.yml +++ b/.drone.yml @@ -63,7 +63,7 @@ pipeline: path_style: true acl: public-read source: releases/* - target: /master + target: dist/master strip_prefix: releases/ endpoint: https://storage.h.jonasfranz.software when: @@ -77,7 +77,7 @@ pipeline: path_style: true acl: public-read source: releases/* - target: /${DRONE_TAG##v} + target: dist/${DRONE_TAG##v} strip_prefix: releases/ endpoint: https://storage.h.jonasfranz.software when: