From 5b6476bcc5ccc8e295483848db73c8b376f3c809 Mon Sep 17 00:00:00 2001 From: konrad Date: Wed, 10 Jan 2018 23:26:13 +0100 Subject: [PATCH] hopefully fixed auto upload of releases --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 49c9446..27f7b35 100644 --- a/.drone.yml +++ b/.drone.yml @@ -90,7 +90,7 @@ pipeline: pull: true secrets: [ aws_access_key_id, aws_secret_access_key ] commands: - - config host add minio https://storage.kolaente.de $AWS_ACCESS_KEY_ID $AWS_SECRET_ACCESS_KEY S3v4 --insecure - - cp dist/release/* library-release/${DRONE_TAG##v}/ -r --insecure + - mc config host add minio https://storage.kolaente.de $AWS_ACCESS_KEY_ID $AWS_SECRET_ACCESS_KEY S3v4 --insecure + - mc cp dist/release/* library-release/${DRONE_TAG##v}/ -r --insecure when: event: [ tag ] \ No newline at end of file