FIX: Ajustado caminhos e resolvido permissões
Some checks failed
Deploy WiFi-ETL Prod / deploy (push) Failing after 0s

This commit is contained in:
Rafael Alves Lopes 2026-04-22 17:28:44 -03:00
parent 5afbe18fac
commit 345503cf20
2 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
- name: Build e deploy container
run: |
cd /opt/wifi-etl
docker-compose -f docker-compose.prod.yml up -d --build
docker-compose -f infra/docker-compose.prod.yml up -d --build
echo "✓ Container iniciado"
- name: Aguardar inicialização