Skip to content

Commit

Permalink
Update service-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
fairwheel3027148 authored Aug 9, 2024
1 parent 3778f04 commit 6eff36e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/service-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,10 +52,8 @@ jobs:

# S3에 build 파일을 올립니다.
- name: Upload to S3
env:
BUCKET_NAME: ${{ secrets.AWS_S3_BUCKET_NAME_A }}
run: |
aws s3 sync ./service/build s3://$BUCKET_NAME --delete
aws s3 sync ./service/build s3://${{ secrets.AWS_S3_BUCKET_NAME_A }} --delete
# CloudFront 캐시 무효화
- name: CloudFront Invalidation
Expand Down

0 comments on commit 6eff36e

Please sign in to comment.