deploy.config.js 292 B

123456789101112131415
  1. module.exports = {
  2. "win": {
  3. "script": "npm run build",
  4. "host": "192.168.1.90",
  5. "port": 22,
  6. "username": "root",
  7. "password": "root",
  8. "localPath": "xx",
  9. "remotePath": "/www/",
  10. "needEmail": false,
  11. "addressee": "xx",
  12. "title": "x",
  13. "content": "x"
  14. }
  15. }