Add DEPLOYMENT.md guide for deployment and DB migration

- Document server structure and deployment flow
- Add DB schema change checklist (SQLite ALTER TABLE)
- Include common troubleshooting and rollback commands
- Reference in CLAUDE.md for new sessions

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
AutonetSellCar Deploy
2026-01-01 10:03:46 +09:00
parent 9a3a6dc8eb
commit 1818f0229c
2 changed files with 195 additions and 0 deletions

View File

@@ -2,6 +2,10 @@
이 문서는 Claude Code 세션에서 반드시 읽고 참고해야 하는 중요한 정보입니다.
> **배포 시 반드시 [DEPLOYMENT.md](./DEPLOYMENT.md)도 함께 확인하세요!**
> - DB 스키마 변경 시 수동으로 ALTER TABLE 필요
> - 배포 명령어 및 롤백 방법 안내
---
## 1. 프로젝트 구조