From 7908cb3baac7b04679330d06f4a962d3c2578ce5 Mon Sep 17 00:00:00 2001 From: rucky Date: Tue, 12 Oct 2021 18:09:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=20debply=20=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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替换自己实际项目目录 服务器部署路径(不可为空或'/')