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 +