Files
LegacyHUB/deploy/teamhub-deploy.json
Vadim Malanov 924888c951
Some checks failed
CI / Backend (lint + tests + compose) (push) Has been cancelled
CI / Frontend (lint + type-check + build) (push) Has been cancelled
feat(deploy): server overlay and teamhub-deploy manifest for the VM
2026-07-11 10:23:39 +03:00

29 lines
750 B
JSON

{
"module": "legacyhub",
"source": {
"branch": "main",
"remotes": {
"origin": "https://github.com/GoodOneFather/LegacyHUB.git",
"gitea": "https://git.nutshellag.com/Vadim_Malanov/LegacyHUB.git"
}
},
"remote": {
"ssh_host": "10.37.142.35",
"ssh_user": "qmsadmin",
"app_root": "/srv/legacyhub/LegacyHUB",
"env_backup": "/srv/legacyhub/legacyhub.env",
"ssh_key_env": "QMS_HUB_DEPLOY_SSH_KEY",
"vpn_profile_env": "QMS_HUB_VPN_PROFILE"
},
"compose": {
"subdir": ".",
"files": ["docker-compose.yml", "docker-compose.server.yml"],
"env_render_target": ".env"
},
"health": {
"base_url": "http://10.37.142.35:8050",
"endpoints": ["/api/v1/health"]
},
"post_deploy": []
}