docs(app): sync uses_functions con imports reales (audit drift)
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -4,24 +4,8 @@ lang: go
|
||||
domain: infra
|
||||
description: "Servidor de deploy continuo para apps del registry. Recibe webhooks de Gitea, gestiona targets de deploy en operations.db y orquesta deploys a VPS remotos via SSH. Soporta tres estrategias: systemd, systemd-remote y docker-compose."
|
||||
tags: [service, deploy, ci, cd, webhook, gitea, ssh, vps, docker-compose, systemd]
|
||||
uses_functions:
|
||||
- ssh_check_go_infra
|
||||
- ssh_exec_go_infra
|
||||
- ssh_upload_go_infra
|
||||
- rsync_deploy_bash_infra
|
||||
- systemd_generate_unit_go_infra
|
||||
- systemd_install_go_infra
|
||||
- systemd_restart_go_infra
|
||||
- systemd_status_go_infra
|
||||
- vps_setup_app_go_infra
|
||||
- health_check_http_go_infra
|
||||
- ssh_config_read_go_infra
|
||||
- ssh_config_find_go_infra
|
||||
- docker_compose_remote_deploy_bash_infra
|
||||
uses_types:
|
||||
- ssh_conn_go_infra
|
||||
- ssh_config_entry_go_infra
|
||||
- DeployConfig_go_infra
|
||||
uses_functions: []
|
||||
uses_types: []
|
||||
framework: "net/http"
|
||||
entry_point: "main.go"
|
||||
dir_path: "apps/deploy_server"
|
||||
|
||||
Reference in New Issue
Block a user