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