Comment minio artifacts
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:
parent
f5e8bd8e2c
commit
20a62f7be3
20
.drone.yml
20
.drone.yml
@ -18,16 +18,16 @@ steps:
|
||||
- 'earthly +all'
|
||||
- 'cp -v ./dist/* /dist/'
|
||||
|
||||
- name: Minio Artifacts
|
||||
image: plugins/s3
|
||||
settings:
|
||||
bucket: artifacts
|
||||
access_key:
|
||||
from_secret: MINIO_ARTIFACTS_ACCESS_KEY
|
||||
secret_key:
|
||||
from_secret: MINIO_ARTIFACTS_SECRET_KEY
|
||||
source: dist/**/*
|
||||
target: live-cli/${DRONE_BUILD_CREATED}-${DRONE_COMMIT}
|
||||
# - name: Minio Artifacts
|
||||
# image: plugins/s3
|
||||
# settings:
|
||||
# bucket: artifacts
|
||||
# access_key:
|
||||
# from_secret: MINIO_ARTIFACTS_ACCESS_KEY
|
||||
# secret_key:
|
||||
# from_secret: MINIO_ARTIFACTS_SECRET_KEY
|
||||
# source: dist/**/*
|
||||
# target: live-cli/${DRONE_BUILD_CREATED}-${DRONE_COMMIT}
|
||||
|
||||
- name: Gitea Artifacts
|
||||
image: plugins/gitea-release
|
||||
|
Loading…
Reference in New Issue
Block a user