From b880ec1103a4b970c09d83594365951a24087b41 Mon Sep 17 00:00:00 2001 From: Isaac Johnson Date: Thu, 25 Jun 2026 13:39:56 -0500 Subject: [PATCH] remove errant acl param on aws s3 sync to staging --- .gitea/workflows/cicd.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/cicd.yaml b/.gitea/workflows/cicd.yaml index 37ab124..22e0aef 100644 --- a/.gitea/workflows/cicd.yaml +++ b/.gitea/workflows/cicd.yaml @@ -35,7 +35,7 @@ jobs: - name: Sync to AWS run: | cd ./public - aws s3 cp --recursive --acl public-read ./ s3://fb-tech-test/ + aws s3 cp --recursive ./ s3://fb-tech-test/ if: gitea.ref != 'refs/heads/main' env: # Or as an environment variable AWS_SECRET_ACCESS_KEY: ${{ secrets.AWSSECRETKEY }}