auto commit

This commit is contained in:
2025-09-16 14:30:31 +09:00
parent 5e0ae0385f
commit c0c2475684

View File

@@ -35,6 +35,10 @@ fi
echo "Starting Production Environment..."
# .sh 파일들에 실행 권한 부여
echo "Setting execute permissions for shell scripts..."
chmod +x *.sh
export NODE_ENV=production
# 웹서비스만 정리 (DB는 유지)