diff options
Diffstat (limited to '.drone.yml')
-rw-r--r-- | .drone.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -12,7 +12,9 @@ steps: pull: true settings: restore: true + archive_format: "gzip" bucket: drone-cache + cache_key: '{{ .Repo.Name }}_{{ checksum "Cargo.lock" }}_{{ arch }}_{{ os }}_gzip' region: garage mount: - 'target' @@ -38,6 +40,7 @@ steps: rebuild: true archive_format: "gzip" bucket: drone-cache + cache_key: '{{ .Repo.Name }}_{{ checksum "Cargo.lock" }}_{{ arch }}_{{ os }}_gzip' region: garage mount: - 'target' |