wip: fix configuration for minio
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
f7ced0fcba
commit
8af0be6631
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user