From ae0e767a773b9879fbd108143f044dad5e23cf2f Mon Sep 17 00:00:00 2001 From: root Date: Sat, 25 Mar 2023 08:34:06 +0530 Subject: [PATCH] Delete pre-existing garbage on the S3 buckets --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index 49c6038..4bffa0d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -22,6 +22,7 @@ steps: image: plugins/s3-sync:1 settings: path_style: true + delete: true bucket: pm-production endpoint: https://minio.mumbai.xn--17b.net source: dist1 @@ -36,6 +37,7 @@ steps: image: plugins/s3-sync:1 settings: path_style: true + delete: true bucket: pm-production endpoint: https://minio.mumbai.xn--17b.net source: dist2