Skip to content

[Operation] YAML 파일 추가&수정, ESLint 설정 변경, 모니터링 도구 도입#110

Merged
elecbug merged 6 commits into
docker-ko:masterfrom
krsy0411:krsy0411-ops
Jun 2, 2025
Merged

[Operation] YAML 파일 추가&수정, ESLint 설정 변경, 모니터링 도구 도입#110
elecbug merged 6 commits into
docker-ko:masterfrom
krsy0411:krsy0411-ops

Conversation

@krsy0411

@krsy0411 krsy0411 commented May 28, 2025

Copy link
Copy Markdown
Collaborator

작업 내용

YAML 파일 추가 & 수정

  • ci.yml : PR 생성할 때, PR 올린 origin 저장소의 브랜치를 체크(prettier, eslint) & 테스트 하도록
  • deploy.yml : 수정 거의 없긴 해요(노드 버전만 수정)

ESLint 설정 변경

ESLint 최신 버전부터는 flat config 구조를 사용해야한다고 하더라구요. 그래서 수정했습니다.
javascript, typescript 오류에 대해 잡아냅니다(타입스크립트 세부 설정은 tsconfig.json 파일 참고)

모니터링 도구 도입

Azure Application Insights 리소스를 생성한 후, JS SDK를 이용해 트래픽을 모니터링 할 수 있도록 했습니다.
(사람들이 얼마나 사용하는지 측정하기 위함)


close #103
close #104
close #105

@krsy0411

Copy link
Copy Markdown
Collaborator Author

ci.yml이 정상 작동하는군요ㅎ.ㅎ

@elecbug elecbug merged commit d3271be into docker-ko:master Jun 2, 2025
1 check passed
@krsy0411 krsy0411 deleted the krsy0411-ops branch June 5, 2025 11:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

ESLint 설정 파일 모니터링 파이프라인 생성

3 participants