@@ -17,6 +17,10 @@ yarn install
echo "🔨 构建项目..."
yarn build --mode production
+# 4. 重启 Nginx 以应用更新
+echo "🔄 重启 Nginx..."
+sudo systemctl reload nginx
+
echo "✅ 部署完成!"
echo "🌐 访问地址: http://52.197.128.126"