trying minio instead for upload to s3 storage
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
16
.drone.yml
16
.drone.yml
@@ -15,17 +15,15 @@ steps:
|
|||||||
- echo "test" > apps/client/calchat.apk
|
- echo "test" > apps/client/calchat.apk
|
||||||
|
|
||||||
- name: upload_apk
|
- name: upload_apk
|
||||||
image: plugins/s3
|
image: minio/mc
|
||||||
settings:
|
environment:
|
||||||
endpoint: https://garage.gilmour109.de
|
ACCESS_KEY:
|
||||||
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
|
||||||
source: apps/client/calchat.apk
|
commands:
|
||||||
target: /
|
- mc alias set garage https://garage.gilmour109.de $ACCESS_KEY $SECRET_KEY --api S3v4 --path on
|
||||||
path_style: true
|
- mc cp apps/client/calchat.apk garage/calchat-releases/
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user