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_ENDPOINT
|
||||||
- MINIO_BUCKET
|
- MINIO_BUCKET
|
||||||
settings:
|
settings:
|
||||||
endpoint: ${MINIO_ENDPOINT}
|
endpoint:
|
||||||
bucket: ${MINIO_BUCKET}
|
from_secret: MINIO_ENDPOINT
|
||||||
access_key: ${MINIO_ACCESS_KEY}
|
bucket:
|
||||||
secret_key: ${MINIO_SECRET_KEY}
|
from_secret: MINIO_BUCKET
|
||||||
|
access_key:
|
||||||
|
from_secret: MINIO_ACCESS_KEY
|
||||||
|
secret_key:
|
||||||
|
from_secret: MINIO_SECRET_KEY
|
||||||
source: publish/*
|
source: publish/*
|
||||||
target: /artifacts
|
target: /artifacts
|
||||||
path_style: true
|
path_style: true
|
||||||
|
|
Loading…
Reference in a new issue