25 lines
695 B
JSON
25 lines
695 B
JSON
{
|
||
"servers": [
|
||
{
|
||
"alias": "测试服务器(192.168.3.157)",
|
||
"host": "192.168.3.157",
|
||
"port": 22,
|
||
"username": "xiaji",
|
||
"password": "xiaji",
|
||
"project_name": "statuspage",
|
||
"git_url": "http://192.168.3.241:3000/xiaji/webstatus",
|
||
"remote_directory": "/home/xiaji/",
|
||
"django_path": "/home/xiaji/statuspage"
|
||
},
|
||
{
|
||
"alias": "生产服务器",
|
||
"host": "192.168.1.200",
|
||
"port": 22,
|
||
"username": "admin",
|
||
"password": "your_password",
|
||
"project_name": "production_app",
|
||
"git_url": "https://github.com/example/production_app.git",
|
||
"remote_directory": "/home/admin/production_app"
|
||
}
|
||
]
|
||
} |