From 246e9c2667f883f4a0eb60d2eef1a97c4509589e Mon Sep 17 00:00:00 2001 From: "Krivopolenov, Artemiy" Date: Mon, 19 Jan 2026 19:56:16 +0100 Subject: [PATCH] S3 upload issue fixed --- .gitea/workflows/build-and-deploy.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/build-and-deploy.yaml b/.gitea/workflows/build-and-deploy.yaml index 22f0798..711f828 100644 --- a/.gitea/workflows/build-and-deploy.yaml +++ b/.gitea/workflows/build-and-deploy.yaml @@ -98,6 +98,7 @@ jobs: aws s3 sync ./template/public/ "s3://$S3_BUCKET/" \ --endpoint-url "https://$S3_ENDPOINT" \ --acl public-read \ + --exclude "media/*" \ --delete \ --quiet echo "Upload complete"