deploy.config.js 301 B

123456789101112131415
  1. module.exports = {
  2. win: {
  3. script: 'npm run build',
  4. host: '39.108.111.147',
  5. port: 22,
  6. username: 'root',
  7. password: 'SmartCost3850888',
  8. localPath: 'dist',
  9. remotePath: '/mnt/html/design_quality/',
  10. needEmail: false,
  11. addressee: '',
  12. title: '',
  13. content: ''
  14. }
  15. }