Skip to content

Commit

Permalink
deploy: 배포 script 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Dobbymin committed Dec 28, 2024
1 parent bac0a07 commit 367fb11
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 @@ -5,7 +5,7 @@ on:
branches: ['main']
env:
AWS_REGION: ap-northeast-2
S3_BUCKET_NAME: gong-sikdang
S3_BUCKET_NAME: gongsikdang
permissions:
contents: read

Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
run: npm install

- name: Lint Code
run: npm lint
run: npm run lint

- name: Build
run: npm run build
Expand Down

0 comments on commit 367fb11

Please sign in to comment.