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