diff --git a/.drone.jsonnet b/.drone.jsonnet index e5244751..9254be0c 100644 --- a/.drone.jsonnet +++ b/.drone.jsonnet @@ -23,6 +23,7 @@ local cacheConfig(name, extra) = { bucket: 'cache', path_style: true, endpoints: "127.0.0.1:9000", + region: 'eu-west-1', }, volumes: [ { name: "cache", path: "/tmp/cache" } ] };