diff --git a/deploy/teamhub-deploy.json b/deploy/teamhub-deploy.json new file mode 100644 index 0000000..d1e9083 --- /dev/null +++ b/deploy/teamhub-deploy.json @@ -0,0 +1,29 @@ +{ + "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.prod.yml"], + "env_file": ".env.prod", + "env_render_target": ".env.prod" + }, + "health": { + "base_url": "http://10.37.142.35:8050", + "endpoints": ["/api/v1/health"] + }, + "post_deploy": [] +}