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'
|
- 'earthly +all'
|
||||||
- 'cp -v ./dist/* /dist/'
|
- 'cp -v ./dist/* /dist/'
|
||||||
|
|
||||||
- name: Minio Artifacts
|
# - name: Minio Artifacts
|
||||||
image: plugins/s3
|
# image: plugins/s3
|
||||||
settings:
|
# settings:
|
||||||
bucket: artifacts
|
# bucket: artifacts
|
||||||
access_key:
|
# access_key:
|
||||||
from_secret: MINIO_ARTIFACTS_ACCESS_KEY
|
# from_secret: MINIO_ARTIFACTS_ACCESS_KEY
|
||||||
secret_key:
|
# secret_key:
|
||||||
from_secret: MINIO_ARTIFACTS_SECRET_KEY
|
# from_secret: MINIO_ARTIFACTS_SECRET_KEY
|
||||||
source: dist/**/*
|
# source: dist/**/*
|
||||||
target: live-cli/${DRONE_BUILD_CREATED}-${DRONE_COMMIT}
|
# target: live-cli/${DRONE_BUILD_CREATED}-${DRONE_COMMIT}
|
||||||
|
|
||||||
- name: Gitea Artifacts
|
- name: Gitea Artifacts
|
||||||
image: plugins/gitea-release
|
image: plugins/gitea-release
|
||||||
|
Loading…
Reference in New Issue
Block a user