diff --git a/Jenkinsfile b/Jenkinsfile index 46a7553..a0d414c 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -132,7 +132,7 @@ docker run --rm \ -e AWS_SECRET_ACCESS_KEY \ peakcom/s5cmd:latest \ --endpoint-url "https://${R2_ACCOUNT_ID}.r2.cloudflarestorage.com" \ - sync --size-only /workspace/html/ "s3://${R2_BUCKET_NAME}/" + sync --delete /workspace/html/ "s3://${R2_BUCKET_NAME}/" ''' } }