kintex/.gitattributes
zio 21fecc37da feat(devops): Phase E CI/CD 파이프라인 — 개발서버 배포 구성
- deploy/systemd: kintex.service(백엔드 8021) + kintex-nanobanana.service(워커, GEMINI env 워커 한정)
- deploy/nginx: kintex.zioinfo.kr vhost(/ static, /api·/ws → 8021)
- deploy/deploy_kintex.sh: 검증→원자교체→헬스체크→롤백(WISE 패턴)
- deploy/setup_kintex_service.py: 멱등 프로비저닝(유닛·venv·nginx)
- deploy/deploy_server_kintex_block.py: 서버 webhook 블록 정본 사본
- Jenkinsfile: push→build(vite+bootJar)→deploy→health
- .gitattributes: 배포 산출물 LF 강제

포트 8021 배정(8003~8020 기존 GUARDiA 예약). 시크릿은 서버 env only(미커밋).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
2026-07-11 18:30:03 +09:00

7 lines
272 B
Plaintext

# 배포 산출물은 Linux 서버에서 실행/파싱되므로 LF 강제(CRLF 시 systemd 유닛·bash 파싱 오류).
deploy/**/*.sh text eol=lf
deploy/**/*.service text eol=lf
deploy/**/*.conf text eol=lf
deploy/**/*.py text eol=lf
Jenkinsfile text eol=lf