From 5a9db02a0a2902182d14a6977f87d0b76bbcba14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dawid=20Wysoki=C5=84ski?= Date: Wed, 5 Oct 2022 07:13:00 +0200 Subject: [PATCH] chore(ci/cd): add cache --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index 21f8379..0709e59 100644 --- a/.drone.yml +++ b/.drone.yml @@ -35,10 +35,10 @@ steps: from_secret: s3_secret_key settings: rebuild: true - bucket: - from_secret: s3_bucket - endpoint: - from_secret: s3_endpoint + bucket: drone-cache + region: eu-central-1 + path_style: true + endpoint: https://minio.dwysokinski.me mount: - /root/.cache/go-build