Files
soul/scripts/deploy_config.example.json

13 lines
454 B
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"server_host": "42.194.232.22",
"server_port": 22,
"server_user": "root",
"project_path": "/www/wwwroot/soul",
"branch": "soul-content",
"pm2_app_name": "soul",
"site_url": "https://soul.quwanzhi.com",
"ssh_key_path": null,
"use_pnpm": true,
"_comment": "复制本文件为 deploy_config.json填写真实信息。不要将 deploy_config.json 提交到 Git。ssh_key_path 填私钥路径则用密钥登录,否则用密码。"
}