From a5a749460e955ef1332843c9c126971d8f327993 Mon Sep 17 00:00:00 2001 From: konrad Date: Thu, 11 Jan 2018 12:28:58 +0100 Subject: [PATCH] Modified drone config --- .drone.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index cbb927f..423824a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -45,7 +45,7 @@ pipeline: commands: - make release when: - event: [push, tag, deployment] + event: [tag, push] release: image: plugins/s3:1 @@ -79,8 +79,8 @@ 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/master/ -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/master/ -r --insecure # when: # event: [ push ] # branch: [ master ]