guanghu-ice-heart/modules/guanghu-panel-kit/deploy/deploy-config.example.json

19 lines
951 B
JSON
Raw Normal View History

{
"api": "http://127.0.0.1:3002/api/v1",
"token_file": "/srv/guanghu/mm-gz-001/panel/admin-token",
"repo": "maomao/maomao-fifth-domain",
"bare": "/srv/guanghu/mm-gz-001/data/repositories/maomao/maomao-fifth-domain.git",
"runs_dir": "/srv/guanghu/mm-gz-001/deploy-agent/runs",
"receipts_dir": "/srv/guanghu/mm-gz-001/export/receipts",
"map_checks": [
{"path": "/srv/guanghu/mm-gz-001/config/app.ini"},
{"path": "/srv/guanghu/mm-gz-001/deploy-agent/policy.json", "contains": "MM-GZ-001"}
],
"causal_paths": ["docs/", "contributions/"],
"allowed_prefix": ["docs/", "contributions/", "guanghu-nodes/MM-GZ-001/deploy/forgejo-custom/", "deploy-manifest.json"],
"services": ["guanghu-mm-forgejo.service", "guanghu-mm-tunnel.service"],
"sync_trees": [
{"source_prefix": "guanghu-nodes/MM-GZ-001/deploy/forgejo-custom/", "target": "/srv/guanghu/mm-gz-001/custom"}
],
"restart_services": ["guanghu-mm-forgejo.service"]
}