123456789101112131415 |
- module.exports = {
- "win": {
- "script": "npm run build",
- "host": "192.168.1.90",
- "port": 22,
- "username": "root",
- "password": "root",
- "localPath": "xx",
- "remotePath": "/www/",
- "needEmail": false,
- "addressee": "xx",
- "title": "x",
- "content": "x"
- }
- }
|