'Die Fähigkeit zu sprechen macht dich noch nicht intelligent'
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2026-02-27 00:26:11 +01:00
parent ae8a770a8c
commit 7be5ea42e3

View File

@@ -91,18 +91,17 @@ steps:
- echo "dummy apk" > apps/client/calchat.apk - echo "dummy apk" > apps/client/calchat.apk
- name: upload_apk - name: upload_apk
image: alpine image: plugins/s3
environment: settings:
ACCESS_KEY: endpoint: https://garage.gilmour109.de
bucket: calchat-releases
access_key:
from_secret: calchat_drone_garage_access_key from_secret: calchat_drone_garage_access_key
SECRET_KEY: secret_key:
from_secret: calchat_drone_garage_secret_key from_secret: calchat_drone_garage_secret_key
commands: source: apps/client/calchat.apk
- wget -q -O /usr/local/bin/mc https://dl.min.io/client/mc/release/linux-amd64/mc target: /
- chmod +x /usr/local/bin/mc path_style: true
- 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/
# depends_on: # depends_on:
# - server_build_and_test # - server_build_and_test