add minio step

This commit is contained in:
Ruan Bekker 2019-04-18 10:43:24 +02:00 committed by GitHub
parent 2e0e332c5f
commit dc14980535
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -29,3 +29,17 @@ steps:
from_secret: dockerhub_username
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