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