Update Jenkinsfile

This commit is contained in:
2026-06-03 09:26:39 -05:00
parent 1d06240f5d
commit 3a4f098011
Vendored
+1 -1
View File
@@ -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}/"
'''
}
}