Skip to content

Commit

Permalink
πŸ“¦οΈ Chore: S3-CloudFront CICD Settings μˆ˜μ •
Browse files Browse the repository at this point in the history
  • Loading branch information
jinyeongjang authored Sep 2, 2024
1 parent 3722401 commit 13d60bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: actions/checkout@v2 # μ›Œν¬ν”Œλ‘œμš°μ—μ„œ μ•‘μ„ΈμŠ€ν•  수 μžˆλ„λ‘ μ €μž₯μ†Œλ₯Ό 체크아웃

- name: Install dependencies
run: npm install # ν”„λ‘œμ νŠΈμ˜ μ˜μ‘΄μ„± μ„€μΉ˜
run: yarn install # ν”„λ‘œμ νŠΈμ˜ μ˜μ‘΄μ„± μ„€μΉ˜

- name: Build
run: npm build # ν”„λ‘œμ νŠΈ λΉŒλ“œ
run: yarn build # ν”„λ‘œμ νŠΈ λΉŒλ“œ

- name: S3 Deploy
run: aws s3 sync ./build s3://bobpience-s3-bucket/ --acl bucket-owner-full-control # ν˜„μž¬ λΉŒλ“œλœ 폴더에 μ ‘κ·Ό ν›„ S3 버킷에 λΉŒλ“œ 파일 μ—…λ‘œλ“œ
Expand Down

0 comments on commit 13d60bc

Please sign in to comment.