Browse Source

更新配置

seimin 9 months ago
parent
commit
48d4cf3d3a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      upload/production.js

+ 1 - 1
upload/production.js

@@ -4,7 +4,7 @@ const config = {
4 4
   ip: "47.113.226.223", // ssh地址
5 5
   username: "root", // ssh 用户名
6 6
   port: 22,      //端口
7
-  password: "dstech@123", // ssh 密码
7
+  password: "DStech@123", // ssh 密码
8 8
   path: '/home/itsm/project/html2/h5', // 上传地址,删除地址
9 9
   buildPath: '../unpackage/dist/build/h5' // 本地打包后文件地址
10 10
 }