From 96168c8fcc1a96d5345f7dff2a918a0176a984b0 Mon Sep 17 00:00:00 2001 From: Afsha10 Date: Tue, 30 Jan 2024 18:23:18 +0000 Subject: [PATCH] Add delete to replace the old files with the new ones --- .github/workflows/frontend-s3-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend-s3-deploy.yml b/.github/workflows/frontend-s3-deploy.yml index bcdebefdb8..80f0e1e219 100644 --- a/.github/workflows/frontend-s3-deploy.yml +++ b/.github/workflows/frontend-s3-deploy.yml @@ -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