fix-create-site-workflow #2

Merged
artem merged 7 commits from fix-create-site-workflow into main 2026-01-19 22:00:14 +03:00
Showing only changes of commit 246e9c2667 - Show all commits

View File

@@ -98,6 +98,7 @@ jobs:
aws s3 sync ./template/public/ "s3://$S3_BUCKET/" \ aws s3 sync ./template/public/ "s3://$S3_BUCKET/" \
--endpoint-url "https://$S3_ENDPOINT" \ --endpoint-url "https://$S3_ENDPOINT" \
--acl public-read \ --acl public-read \
--exclude "media/*" \
--delete \ --delete \
--quiet --quiet
echo "Upload complete" echo "Upload complete"