Skip to content

Commit ed11c32

Browse files
authored
Remove the acl param from the s3 upload (#216)
1 parent 180ce30 commit ed11c32

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ jobs:
205205
206206
set -e
207207
echo "[INFO] Deploying production site..."
208-
aws s3 sync "$BUILD_DIRECTORY" "s3://$AWS_S3_BUCKET/" --acl public-read
208+
aws s3 sync "$BUILD_DIRECTORY" "s3://$AWS_S3_BUCKET/"
209209
- notify_error:
210210
message: "Production deployment job failed for branch ${CIRCLE_BRANCH}"
211211

0 commit comments

Comments
 (0)