add minio step
This commit is contained in:
parent
2e0e332c5f
commit
dc14980535
1 changed files with 14 additions and 0 deletions
14
.drone.yml
14
.drone.yml
|
@ -29,3 +29,17 @@ steps:
|
||||||
from_secret: dockerhub_username
|
from_secret: dockerhub_username
|
||||||
password:
|
password:
|
||||||
from_secret: dockerhub_password
|
from_secret: dockerhub_password
|
||||||
|
|
||||||
|
- name: upload
|
||||||
|
image: plugins/s3
|
||||||
|
settings:
|
||||||
|
bucket: dump
|
||||||
|
source: .
|
||||||
|
target: /target/location
|
||||||
|
path_style: true
|
||||||
|
access_key:
|
||||||
|
from_secret: minio_access_key
|
||||||
|
secret_key:
|
||||||
|
from_secret: minio_secret_key
|
||||||
|
endpoint:
|
||||||
|
from_secret: minio_host
|
||||||
|
|
Loading…
Reference in a new issue