UNPKG
deployment-quickly
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
node实现自动化部署项目至服务器
github.com/left0ver/deployment-quilkly
left0ver/deployment-quilkly
deployment-quickly
/
config
/
dq.config.default.json
10 lines
•
209 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
{
"host"
:
"localhost"
,
"username"
:
"root"
,
"port"
:
22
,
"password"
:
""
,
"privateKey"
:
"C:/Users/ASUS/.ssh/id_rsa"
,
"localPath"
:
"./dist"
,
"remotePath"
:
""
,
"os"
:
"linux"
}