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 6eff36e commit 6ac9067
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/service-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,10 @@ jobs:
role-to-assume: ${{ secrets.AWS_ARN }}
aws-region: ${{ secrets.AWS_DEFAULT_REGION }}

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

0 comments on commit 6ac9067

Please sign in to comment.