diff --git a/.drone.yml b/.drone.yml index c45e872..6d7648a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: commands: - packer build ubuntu/ubuntu-20.04-amd64.json - wget -O mc https://dl.min.io/client/mc/release/linux-amd64/mc && chmod +x mc - - ./mc mirror builds/ STORAGE/$MC_BUCKET/ubuntu + - ./mc mirror --overwrite builds/ STORAGE/$MC_BUCKET/ubuntu - rm -f mc environment: MC_HOST_STORAGE: @@ -32,7 +32,7 @@ steps: commands: - packer build debian/debian-11-amd64.json - wget -O mc https://dl.min.io/client/mc/release/linux-amd64/mc && chmod +x mc - - ./mc mirror builds/ STORAGE/$MC_BUCKET/debian + - ./mc mirror --overwrite builds/ STORAGE/$MC_BUCKET/debian - rm -f mc environment: MC_HOST_STORAGE: