From ab6a5dd7472b09a4551289be43687bcd2cd4b611 Mon Sep 17 00:00:00 2001 From: Davide Depau Date: Sat, 18 Apr 2020 06:27:30 +0200 Subject: [PATCH] Upload built packages to minio --- .drone.yml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/.drone.yml b/.drone.yml index 1bb32b0..37a6a19 100644 --- a/.drone.yml +++ b/.drone.yml @@ -34,6 +34,19 @@ steps: settings: aur: swaylock-git + - name: upload + image: plugins/s3 + settings: + bucket: archlinux-packages + access_key: + from_secret: minio_user + secret_key: + from_secret: minio_passwd + source: out/* + target: /aarch64 + path_style: true + endpoint: https://objstor.depau.eu + --- kind: pipeline type: docker @@ -69,3 +82,17 @@ steps: image: depau/drone-makepkg:x86_64 settings: aur: swaylock-git + + - name: upload + image: plugins/s3 + settings: + bucket: archlinux-packages + access_key: + from_secret: minio_user + secret_key: + from_secret: minio_passwd + source: out/* + target: /x86_64 + path_style: true + endpoint: https://objstor.depau.eu +