Skip to content

Commit

Permalink
test 3
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhishekJupalli-1409 committed Nov 16, 2024
1 parent 4492282 commit f21bc2e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 ./build/ s3://your-bucket-name --acl public-read --delete
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
</a>
<ul class="noList">
<li>Home</li>
<li>TV Show</li>
<li>TV Shows</li>
<li>Movies</li>
<li>Latest</li>
<li>My List</li>
Expand Down

0 comments on commit f21bc2e

Please sign in to comment.