generated from archlinux-packages/template
Upload built packages to minio
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
7a24539832
commit
ab6a5dd747
1 changed files with 27 additions and 0 deletions
27
.drone.yml
27
.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
|
||||
|
||||
|
|
Loading…
Reference in a new issue