Skip to content

Commit

Permalink
Update build-and-deploy.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Daewony authored Mar 18, 2024
1 parent 7885d6c commit 5dfe6a6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: CD

name: Deploy to CloudFront

on:
push:
Expand All @@ -20,7 +19,7 @@ jobs:
run: yarn install

- name: Build
run: yarn build
run: yarn run build

- name: S3 Deploy
run: aws s3 sync ./build s3://bookpharmacy.store/ --acl bucket-owner-full-control # 현재 build된 폴더에 접근 후 s3 버킷인 csr-test-1-bucket에 파일 업로드
Expand Down

0 comments on commit 5dfe6a6

Please sign in to comment.