2.0.0 • Published 3 years ago

@mikixing/deploy v2.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

1.安装

npm i @mikixing/deploy

2.使用

deploy 参数

参数格式:

{	user: '', // 服务器账户
	host: '', // 服务器地址
	port: '''', // 端口,默认22
	zip_name: '', // 打包之后包名
	cwd: '',
	from: '*.js *.html *.css', // 打包内容
	to: '', // 发布位置
	rsaLocation: '' // 机器私钥,事先要保证服务器保存本机公钥
}
2.0.0

3 years ago

1.0.0

3 years ago