Explorar o código

Merge branch 'master' of http://git.dashitech.com/seimin/zy-wechat

maotao hai 9 meses
pai
achega
49b6e62d33
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      upload/production.js

+ 3 - 3
upload/production.js

@@ -1,11 +1,11 @@
1 1
 const shell = require('shelljs')
2 2
 const path = require('path');
3 3
 const config = {
4
-  ip: "118.190.89.49", // ssh地址
4
+  ip: "47.113.226.223", // ssh地址
5 5
   username: "root", // ssh 用户名
6 6
   port: 22,      //端口
7
-  password: "dstech@123", // ssh 密码
8
-  path: '/home/itsm_v2_/web/app', // 上传地址,删除地址
7
+  password: "DStech@123", // ssh 密码
8
+  path: '/home/itsm/project/html2/h5', // 上传地址,删除地址
9 9
   buildPath: '../unpackage/dist/build/h5' // 本地打包后文件地址
10 10
 }
11 11
 let Client = require('ssh2-sftp-client');