Deploy Inicial do SteelCheck com Docker Build Automatizado

This commit is contained in:
2026-06-22 22:39:36 +00:00
parent cc3effed2f
commit 8ae7d27525
4 changed files with 9 additions and 7 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ def run_command(command, description):
return None
# Mudar para o diretório do projeto
os.chdir(r"m:\OFICIAIS E FUNCIONANDO\SteelCheck_base")
os.chdir("/root/Apps/SteelCheck_base")
# Inicializar Git se necessário
if not os.path.exists(".git"):