From 15ab9d605e8be234868b61bcf1c8be78e1b245d5 Mon Sep 17 00:00:00 2001 From: AbhishekJupalli-1409 Date: Sat, 16 Nov 2024 15:50:33 +0530 Subject: [PATCH] test 3 --- .github/workflows/deploy-to-s3.yml | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-to-s3.yml b/.github/workflows/deploy-to-s3.yml index 62797c3..73b47b2 100644 --- a/.github/workflows/deploy-to-s3.yml +++ b/.github/workflows/deploy-to-s3.yml @@ -16,4 +16,4 @@ jobs: aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }} aws-region: us-east-1 - name: Deploy to S3 - run: aws s3 sync . s3://netflixclone09 --delete + run: aws s3 sync s3://source-bucket/ s3://netflixclone09 --acl public-read --delete diff --git a/index.html b/index.html index 3ec7180..68642f1 100644 --- a/index.html +++ b/index.html @@ -30,7 +30,7 @@