ftp-deplay
v1.0.4
Published
项目根目录新建配置文件 deplay.json ``` { "user": "xxxx", "password": "xxx", "host": "xxx", "port": xxx, "localRoot": "/dist", "remoteRoot": "/xxx" } ```
Downloads
2
Readme
ftp-deplay
使用教程
项目根目录新建配置文件 deplay.json
{
"user": "xxxx",
"password": "xxx",
"host": "xxx",
"port": xxx,
"localRoot": "/dist",
"remoteRoot": "/xxx"
}
执行下面命令即可上传对应配置目录下的文件
ftp-deplay run