From 9a4df0fce31bcdf23cf614831778ebefdc351979 Mon Sep 17 00:00:00 2001 From: Daewon Kang <96184691+Daewony@users.noreply.github.com> Date: Tue, 19 Mar 2024 17:12:48 +0900 Subject: [PATCH] Update build-and-deploy.yaml --- .github/workflows/build-and-deploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy.yaml b/.github/workflows/build-and-deploy.yaml index f818bbc..6bd207f 100644 --- a/.github/workflows/build-and-deploy.yaml +++ b/.github/workflows/build-and-deploy.yaml @@ -15,10 +15,10 @@ jobs: uses: actions/checkout@v3 # workflow에서 액세스할 수 있도록 저장소를 체크아웃 - name: Install dependencies - run: yarn install + run: npm install - name: Build - run: yarn build + run: npm run build - name: S3 Deploy run: aws s3 sync ./build s3://bookpharmacy.store/ --acl bucket-owner-full-control # 현재 build된 폴더에 접근 후 s3 버킷인 csr-test-1-bucket에 파일 업로드