删除deploy.js,换用 npm/deployer 包

This commit is contained in:
Luk Lu
2019-09-10 12:52:45 +08:00
parent 4f1c714af1
commit d038a6f684
3 changed files with 2 additions and 126 deletions

View File

@@ -77,10 +77,6 @@ npm install
```
npm run deploy -- -p '远程登录密码' -k "用户私钥文件" -u '远程登录用户' -r '远程路径' -H '远程主机' -P '远程端口'
```
或者不借助 npm, 直接调用 deploy.js:
```
node deploy.js -p 远程登录密码' -k "用户私钥文件" -u '远程登录用户' -r '远程路径' -H '远程主机' -P '远程端口'
```
5. `daemon` to launch web server on a TIC node host