Skip to content

Commit

Permalink
Add delete to replace the old files with the new ones
Browse files Browse the repository at this point in the history
  • Loading branch information
Afsha10 committed Jan 30, 2024
1 parent 7f7d27b commit 96168c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/frontend-s3-deploy.yml
Original file line number Diff line number Diff line change
@@ -35,4 +35,4 @@ jobs:
aws-region: eu-west-1

- name: Deploy static site to S3 bucket
run: aws s3 sync ./build s3://video-storage-app
run: aws s3 sync ./build s3://video-storage-app --delete

0 comments on commit 96168c8

Please sign in to comment.