From 03fd7cb3d4f4021ba12868943b7fdc0030925e8a Mon Sep 17 00:00:00 2001 From: "renato.ramos" Date: Thu, 26 Mar 2026 10:28:31 +0000 Subject: [PATCH] =?UTF-8?q?Atualizar=20Guia=20de=20Instala=C3=A7=C3=A3o?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Guia-de-Instala%C3%A7%C3%A3o.md | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Guia-de-Instala%C3%A7%C3%A3o.md b/Guia-de-Instala%C3%A7%C3%A3o.md index b5f95d1..cf4df2d 100644 --- a/Guia-de-Instala%C3%A7%C3%A3o.md +++ b/Guia-de-Instala%C3%A7%C3%A3o.md @@ -17,8 +17,7 @@ Antes de começar, certifique-se de que a máquina possui: Execute o comando abaixo no terminal da máquina de destino: ```bash -TOKEN=ghp_xxx DOCKER_USER=usuario DOCKER_PASS=dckr_pat_xxx \ -bash <(curl -fsSL https://raw.githubusercontent.com/renatoramosseventh/attendancesystem-deploy/main/install.sh) +bash <(curl -fsSL "https://git.seventh.com.br/seventh.p7/attendance-system.install/raw/branch/main/install.sh") ``` O instalador irá: @@ -36,13 +35,12 @@ Se preferir configurar manualmente: ```bash # 1. Clone o repositório -git clone https://github.com/renatoramosseventh/attendancesystem-deploy -attendancesystem -cd attendancesystem +git clone https://git.seventh.com.br/seventh.p7/attendance-system.install.git +attendance-system.install +cd attendance-system.install # 2. Edite as configurações nano .env.prod # ajuste IPs e portas -nano .env.registry # credenciais Docker Hub (já preenchido pelo install.sh) # 3. Suba o ambiente make install