Comment minio artifacts
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Austen Adler 2022-12-28 11:36:46 -05:00
parent f5e8bd8e2c
commit 20a62f7be3

View File

@ -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