From f7ced0fcba805b022988f81b6afc29c9fd36fa2c Mon Sep 17 00:00:00 2001 From: Joao P Dubas Date: Mon, 25 Apr 2022 23:13:32 +0000 Subject: [PATCH] wip: use fqdn for minio --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 58a2266..8f80e46 100644 --- a/.drone.yml +++ b/.drone.yml @@ -28,7 +28,7 @@ steps: archive_format: gzip bucket: trainlog-cache cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}' - endpoint: minio:9000 + endpoint: https://minio.dubas.dev mount: - _build - deps @@ -63,7 +63,7 @@ steps: archive_format: gzip bucket: trainlog-cache cache_key: '{{ .Repo.Name }}-{{ checksum "mix.lock" }}' - endpoint: minio:9000 + endpoint: https://minio.dubas.dev mount: - _build - deps