From 7f6c800ab0a190b2bd7350c75ff812c2398de3e4 Mon Sep 17 00:00:00 2001 From: Cleber Pereira Date: Sun, 31 May 2026 00:57:45 -0300 Subject: [PATCH] =?UTF-8?q?Revis=C3=A3o=20Logo,=20Favicon,=20Robots?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 4 +++ index.html | 13 ++++++--- infra/releases/2026-05-31_00-28-41_HML.md | 34 ----------------------- infra/releases/2026-05-31_00-57-45_HML.md | 22 +++++++++++++++ public/version.json | 2 +- 5 files changed, 36 insertions(+), 39 deletions(-) delete mode 100644 infra/releases/2026-05-31_00-28-41_HML.md create mode 100644 infra/releases/2026-05-31_00-57-45_HML.md diff --git a/.gitignore b/.gitignore index 3aa953db..fc3b00c6 100644 --- a/.gitignore +++ b/.gitignore @@ -40,3 +40,7 @@ Thumbs.db # Scripts de deploy local scripts/.env.local + +# ZIPs internos (nunca commite!) +*.zip +avanzato-*.zip diff --git a/index.html b/index.html index 724972f8..b8af7247 100644 --- a/index.html +++ b/index.html @@ -11,6 +11,9 @@ var h = location.hostname; var IS_PROD = h === 'avanzato.com.br' || h === 'www.avanzato.com.br'; + // Torna disponivel para outros scripts + window.__IS_PROD__ = IS_PROD; + // Se NAO for producao, desativa tracking globalmente if (!IS_PROD) { window.__AVANZATO_ENV__ = h === 'hml.avanzato.com.br' ? 'homologation' : 'development'; @@ -105,9 +108,9 @@ diff --git a/infra/releases/2026-05-31_00-28-41_HML.md b/infra/releases/2026-05-31_00-28-41_HML.md deleted file mode 100644 index 51db5e6a..00000000 --- a/infra/releases/2026-05-31_00-28-41_HML.md +++ /dev/null @@ -1,34 +0,0 @@ -# Release HML - -Data: dom 31 mai 2026 00:28:41 -03 - -Ambiente: -HML - -Descrição: -Revisão Logo, Favicon, Robots - -Branch: -develop - -Arquivos alterados antes do commit: - D infra/releases/2026-05-30_23-54-46_HML.md -?? .github/ -?? .gitignore -?? infra/releases/2026-05-31_00-28-41_HML.md - -Status: -Preparado para publicação - -Commit: -cb08c53b - -Arquivos no commit: -.github/workflows/README-CI-CD.md -.github/workflows/deploy.yml -.gitignore -infra/releases/2026-05-30_23-54-46_HML.md -infra/releases/2026-05-31_00-28-41_HML.md - -Status final: -Publicado no Gitea / aguardando pipeline HML diff --git a/infra/releases/2026-05-31_00-57-45_HML.md b/infra/releases/2026-05-31_00-57-45_HML.md new file mode 100644 index 00000000..09f23a8d --- /dev/null +++ b/infra/releases/2026-05-31_00-57-45_HML.md @@ -0,0 +1,22 @@ +# Release HML + +Data: dom 31 mai 2026 00:57:45 -03 + +Ambiente: +HML + +Descrição: +Revisão Logo, Favicon, Robots + +Branch: +develop + +Arquivos alterados antes do commit: + M .gitignore + M index.html + D infra/releases/2026-05-31_00-28-41_HML.md + M public/version.json +?? infra/releases/2026-05-31_00-57-45_HML.md + +Status: +Preparado para publicação diff --git a/public/version.json b/public/version.json index 119b9ced..ac182841 100644 --- a/public/version.json +++ b/public/version.json @@ -1,5 +1,5 @@ { - "version": "1.2.1", + "version": "1.2.2", "date": "2026-05-31", "environment": "auto-detect" } \ No newline at end of file