Skip to content

Commit

Permalink
Update frontend-prod-cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shackstack authored Jan 2, 2024
1 parent d479fad commit 3da8b43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/frontend-prod-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: ✨ Celuveat frontend CD ✨
on:
push:
branches:
- develop-frontend-cd-test*
- main

jobs:
build:
Expand Down Expand Up @@ -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

0 comments on commit 3da8b43

Please sign in to comment.