deploy.config.js 324 B

123456789101112131415
  1. module.exports = {
  2. "win": {
  3. "script": "npm run build",
  4. "host": "192.168.1.76",
  5. "port": 22,
  6. "username": "zongheng",
  7. "password": "SmartCost#*%)888",
  8. "localPath": "build",
  9. "remotePath": "/mnt/html/management/",
  10. "needEmail": false,
  11. "addressee": "",
  12. "title": "",
  13. "content": ""
  14. }
  15. }