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