This commit is contained in:
parent
510aa121f0
commit
0b00f45686
1 changed files with 8 additions and 4 deletions
|
@ -73,10 +73,14 @@ pipeline:
|
|||
- MINIO_ENDPOINT
|
||||
- MINIO_BUCKET
|
||||
settings:
|
||||
endpoint: ${MINIO_ENDPOINT}
|
||||
bucket: ${MINIO_BUCKET}
|
||||
access_key: ${MINIO_ACCESS_KEY}
|
||||
secret_key: ${MINIO_SECRET_KEY}
|
||||
endpoint:
|
||||
from_secret: MINIO_ENDPOINT
|
||||
bucket:
|
||||
from_secret: MINIO_BUCKET
|
||||
access_key:
|
||||
from_secret: MINIO_ACCESS_KEY
|
||||
secret_key:
|
||||
from_secret: MINIO_SECRET_KEY
|
||||
source: publish/*
|
||||
target: /artifacts
|
||||
path_style: true
|
||||
|
|
Loading…
Reference in a new issue