From 663c9f0a9fcab3586bd4319b0962831b0742187a Mon Sep 17 00:00:00 2001 From: Matthias Loibl Date: Wed, 7 Dec 2016 23:44:35 +0100 Subject: [PATCH] Push the master.tar.gz to /theme/ on minio --- .drone.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index c133cd6..ea55872 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,9 +12,8 @@ pipeline: release: image: plugins/s3 path_style: true - strip_prefix: dist/ - source: dist/* - target: /theme/master + source: master.tar.gz + target: /theme/ when: event: [ push ] branch: [ master ]