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