From 7be5ea42e3bd642bd74a554fc28fbe0198ddc18b Mon Sep 17 00:00:00 2001 From: Linus Waldowsky Date: Fri, 27 Feb 2026 00:26:11 +0100 Subject: [PATCH] =?UTF-8?q?'Die=20F=C3=A4higkeit=20zu=20sprechen=20macht?= =?UTF-8?q?=20dich=20noch=20nicht=20intelligent'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3a9b516..522a3cc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -91,18 +91,17 @@ steps: - echo "dummy apk" > apps/client/calchat.apk - name: upload_apk - image: alpine - environment: - ACCESS_KEY: + image: plugins/s3 + settings: + endpoint: https://garage.gilmour109.de + bucket: calchat-releases + access_key: from_secret: calchat_drone_garage_access_key - SECRET_KEY: + secret_key: from_secret: calchat_drone_garage_secret_key - commands: - - wget -q -O /usr/local/bin/mc https://dl.min.io/client/mc/release/linux-amd64/mc - - chmod +x /usr/local/bin/mc - - echo "KEY LENGTH:" ${#ACCESS_KEY} "SECRET LENGTH:" ${#SECRET_KEY} - - mc alias set garage https://garage.gilmour109.de $ACCESS_KEY $SECRET_KEY --api S3v4 - - mc cp apps/client/calchat.apk garage/calchat-releases/ + source: apps/client/calchat.apk + target: / + path_style: true # depends_on: # - server_build_and_test