更新.gitignore以排除部署配置文件,删除不再使用的一键部署脚本,优化小程序部署流程,增强文档说明。
This commit is contained in:
12
scripts/deploy_config.example.json
Normal file
12
scripts/deploy_config.example.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"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 填私钥路径则用密钥登录,否则用密码。"
|
||||
}
|
||||
Reference in New Issue
Block a user