remove errant acl param on aws s3 sync to staging
CICD / Explore-Gitea-Actions (push) Successful in 49s Details

This commit is contained in:
Isaac Johnson 2026-06-25 13:39:56 -05:00
parent ee1a8566a4
commit b880ec1103
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}