123456789101112131415 |
- module.exports = {
- win: {
- script: 'npm run build',
- host: '39.108.111.147',
- port: 22,
- username: 'root',
- password: 'SmartCost3850888',
- localPath: 'dist',
- remotePath: '/mnt/html/design_quality/',
- needEmail: false,
- addressee: '',
- title: '',
- content: ''
- }
- }
|