From 8af0be6631a125bebaea076544e3338f9a9c766a Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Mon, 25 Apr 2022 23:26:22 +0000 Subject: [PATCH] wip: fix configuration for minio --- .drone.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8f80e46..2d13a2e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,10 +28,11 @@ steps: archive_format: gzip bucket: trainlog-cache cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}' - endpoint: https://minio.dubas.dev + endpoint: minio:9000 mount: - _build - deps + path_style: true region: us-east-1 restore: true @@ -63,13 +64,14 @@ steps: archive_format: gzip bucket: trainlog-cache cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}' - endpoint: https://minio.dubas.dev + endpoint: minio:9000 + exit_code: true mount: - _build - deps + path_style: true rebuild: true region: us-east-1 - exit_code: true services: - name: db