|
@@ -1,15 +1,28 @@
|
|
|
module.exports = {
|
|
|
- "win": {
|
|
|
- "script": "npm run build",
|
|
|
- "host": "192.168.1.76",
|
|
|
- "port": 22,
|
|
|
- "username": "zongheng",
|
|
|
- "password": "SmartCost#*%)888",
|
|
|
- "localPath": "build",
|
|
|
- "remotePath": "/mnt/html/management/",
|
|
|
- "needEmail": false,
|
|
|
- "addressee": "",
|
|
|
- "title": "",
|
|
|
- "content": ""
|
|
|
+ qa: {
|
|
|
+ script: 'npm run build',
|
|
|
+ host: '192.168.1.76',
|
|
|
+ port: 22,
|
|
|
+ username: 'zongheng',
|
|
|
+ password: 'SmartCost#*%)888',
|
|
|
+ localPath: 'dist',
|
|
|
+ remotePath: '/mnt/html/management',
|
|
|
+ needEmail: false,
|
|
|
+ addressee: '',
|
|
|
+ title: '',
|
|
|
+ content: ''
|
|
|
+ },
|
|
|
+ prod: {
|
|
|
+ script: 'npm run build',
|
|
|
+ host: '39.108.111.147',
|
|
|
+ port: 22,
|
|
|
+ username: 'root',
|
|
|
+ password: 'SmartCost3850888',
|
|
|
+ localPath: 'dist',
|
|
|
+ remotePath: '/mnt/html/management',
|
|
|
+ needEmail: false,
|
|
|
+ addressee: '',
|
|
|
+ title: '',
|
|
|
+ content: ''
|
|
|
}
|
|
|
}
|