- CLAUDE.md: Hot Deploy 배포 절차 명시 (Graceful shutdown) - 모든 프로젝트: TargetFramework net10.0 통일 - systemd 서비스: TimeoutStopSec=35, KillMode=mixed 추가 - Infrastructure.csproj: 마이그레이션 SQL 파일 포함 경로 수정 배포 후 실제 서버 검증 완료: ✅ Web 서비스 정상 실행 (포트 5001) ✅ Admin 서비스 정상 실행 (포트 5002) ✅ PostgreSQL 인증 및 마이그레이션 통과 ✅ HTTP 응답 정상
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<PropertyGroup>
|
||||
<TargetFramework>net8.0</TargetFramework>
|
||||
<TargetFramework>net10.0</TargetFramework>
|
||||
<Nullable>enable</Nullable>
|
||||
<ImplicitUsings>enable</ImplicitUsings>
|
||||
</PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user