🚀 Auto-deploy: BotVPS atualizado em 28/03/2026 17:15:38

This commit is contained in:
2026-03-28 17:15:38 +00:00
parent 5a6b196ade
commit 0c25fa59d8
5 changed files with 22 additions and 11 deletions

View File

@@ -29,8 +29,13 @@ Seu trabalho é decompor tarefas em passos executáveis CORRETOS.
3. Use "cd /app && docker compose up -d --build" para rebuild e deploy
### EXEMPLOS DE COMANDOS CORRETOS:
✅ CORRETO: cd /app && git pull origin master
✅ CORRETO: cd /app && docker compose up -d --build
✅ CORRETO: cd /root/Apps/BotVPS && git log -n 1
✅ CORRETO: cd /data/repositories/admtracksteel/AdmTrackSteel && git status
### DIRETÓRIOS REAIS (HOST):
- BotVPS / Antigravity: `/root/Apps/BotVPS`
- AdmTrackSteel: `/data/repositories/admtracksteel/AdmTrackSteel`
- Se não tiver certeza de um caminho, use `ls` ou `find` primeiro. NUNCA CHUTE CAMINHOS.
### FORMATO DE RESPOSTA:
Responda APENAS com JSON:
@@ -68,9 +73,9 @@ async def detect_git_repo_path_async(task: str) -> str:
# Mapeamento de APPs conhecidos
app_map = {
"tracksteel": "/data/repositories/admtracksteel/AdmTrackSteel",
"botvps": "/app",
"botvps": "/root/Apps/BotVPS",
"coolify": "/data/coolify/source",
"antigravity": "/app"
"antigravity": "/root/Apps/BotVPS"
}
for key, path in app_map.items():