mxs-deploy
v1.0.1
Published
<p align="center"> <p align="center">The Easy Deploy Tool</p> </p>
Readme
gulp-deploy
Installation
yarn add mxs-deploy --dev
touch gulp.config.js
Sample gulp.config.js
This file will give you a config.
module.exports = {
host: '1.2.3.4',
port: '22',
username: 'root',
password: 'xxx',
commands: [ // shell command
'cd /root/xx',
'git pull origin master'
]
}