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 19, 2024
1 parent d035040 commit 9a4df0f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-and-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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에 파일 업로드
Expand Down

0 comments on commit 9a4df0f

Please sign in to comment.