wip: fix configuration for minio
All checks were successful
continuous-integration/drone/pr Build is passing

This commit is contained in:
Joao P Dubas 2022-04-25 23:26:22 +00:00
parent f7ced0fcba
commit 8af0be6631

View File

@ -28,10 +28,11 @@ steps:
archive_format: gzip archive_format: gzip
bucket: trainlog-cache bucket: trainlog-cache
cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}' cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}'
endpoint: https://minio.dubas.dev endpoint: minio:9000
mount: mount:
- _build - _build
- deps - deps
path_style: true
region: us-east-1 region: us-east-1
restore: true restore: true
@ -63,13 +64,14 @@ steps:
archive_format: gzip archive_format: gzip
bucket: trainlog-cache bucket: trainlog-cache
cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}' cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}'
endpoint: https://minio.dubas.dev endpoint: minio:9000
exit_code: true
mount: mount:
- _build - _build
- deps - deps
path_style: true
rebuild: true rebuild: true
region: us-east-1 region: us-east-1
exit_code: true
services: services:
- name: db - name: db