From 3da8b4341b99818de388b78fc5b477efa009c88e Mon Sep 17 00:00:00 2001 From: Jeremy <102432453+shackstack@users.noreply.github.com> Date: Tue, 2 Jan 2024 10:51:06 +0900 Subject: [PATCH] Update frontend-prod-cd.yml --- .github/workflows/frontend-prod-cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/frontend-prod-cd.yml b/.github/workflows/frontend-prod-cd.yml index 04193441e..13183c068 100644 --- a/.github/workflows/frontend-prod-cd.yml +++ b/.github/workflows/frontend-prod-cd.yml @@ -3,7 +3,7 @@ name: ✨ Celuveat frontend CD ✨ on: push: branches: - - develop-frontend-cd-test* + - main jobs: build: @@ -48,5 +48,5 @@ jobs: AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }} AWS_S3_BUCKET_URI: ${{ secrets.AWS_S3_BUCKET_URI }} run: | - aws s3 rm $AWS_S3_BUCKET_URI --recursive --exclude "*.svg" --exclude 'jeremy/*' + aws s3 rm $AWS_S3_BUCKET_URI —-recursive —-exclude 'images-data/*' —-exclude 'review/*' —-exclude "*.jpeg" --exclude "event/*" aws s3 sync $SOURCE_DIR $AWS_S3_BUCKET_URI