diff --git a/deploy.config.js b/deploy.config.js index 8bbe69d..ee400f9 100644 --- a/deploy.config.js +++ b/deploy.config.js @@ -21,7 +21,7 @@ module.exports = { host: '120.25.121.117', // 服务器地址 port: 22, // 服务器端口号 username: 'front', // 服务器登录用户名 - password: 'szxglcn@3038', // 服务器登录密码 + password: 'Szxgl#3210', // 服务器登录密码 distPath: 'dist', // 本地打包生成目录 webDir: '/mnt/cdn/scl/webglToy', // webDir: "/mnt/services/tomcat-8090-test/webapps/test/front", // test替换自己实际项目目录 服务器部署路径(不可为空或'/')