Commit Graph

4 Commits

Author SHA1 Message Date
bd7cb4c301 refactor: stage 브랜치 제거, main에서 Stage→승인→Production 배포 흐름으로 변경
- develop: 개발서버 자동 배포 (변경 없음)
- main: Stage 자동 배포 → Jenkins 승인 → Production 재빌드+배포
- stage 브랜치 더 이상 사용 안함
- Next.js는 빌드 시 env 바인딩되므로 Stage/Production 별도 빌드
2026-02-24 13:20:52 +09:00
e2988e91a1 fix(ci): rsync trailing slash 수정 및 PM2 프로세스명 수정
- rsync source 경로 trailing slash 제거 (.next/, node_modules/, public/ → .next, node_modules, public)
- trailing slash로 디렉토리 내용이 root에 풀리는 문제 해결
- dev deploy에 --exclude .git, .env*, ecosystem.config.* 추가
- PM2 프로세스명: sam-front → sam-react (개발서버)
2026-02-24 08:10:41 +09:00
7c588ee58c ci: fix npm ci → npm install (package-lock.json not tracked) 2026-02-24 08:10:41 +09:00
ee21fe9195 ci: add Jenkinsfile for CI/CD pipeline (develop/stage/main) 2026-02-24 08:10:41 +09:00