개발서버 수정사항 적용

This commit is contained in:
dohyeons
2025-10-21 09:29:35 +09:00
parent c3064ac01f
commit 21688d3815
3 changed files with 12 additions and 9 deletions

View File

@@ -4,6 +4,13 @@ echo "============================================"
echo "WACE 솔루션 - 전체 서비스 시작 (분리형) - Linux"
echo "============================================"
echo ""
echo "🔄 최신 코드 가져오기..."
echo ""
git pull origin main || {
echo "❌ Git pull 실패. 계속 진행합니다..."
}
echo ""
echo "🚀 백엔드와 프론트엔드를 순차적으로 시작합니다..."
echo ""