From c60a9c2b1f139ca8885eba213223e68ac07823ac Mon Sep 17 00:00:00 2001 From: Roberto Musso Date: Wed, 8 Apr 2026 23:52:33 +0200 Subject: [PATCH] rename the site --- .gitea/workflows/deploy.yaml | 2 +- index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 06a6fed..4dade0b 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -20,5 +20,5 @@ jobs: username: ${{ secrets.SSH_USER }} key: ${{ secrets.SSH_KEY }} source: "index.html" - target: "/opt/adiuva-website/html/" + target: "/opt/adiuvai-website/html/" overwrite: true \ No newline at end of file diff --git a/index.html b/index.html index 74a03ab..da58a02 100644 --- a/index.html +++ b/index.html @@ -586,8 +586,8 @@ }); // --- Auto-detect OS & download latest release --- - const RELEASE_API = 'https://git.muticolturano.com/api/v1/repos/roberto/adiuva/releases/latest'; - const RELEASES_PAGE = 'https://git.muticolturano.com/roberto/adiuva/releases'; + const RELEASE_API = 'https://git.muticolturano.com/api/v1/repos/roberto/adiuvai/releases/latest'; + const RELEASES_PAGE = 'https://git.muticolturano.com/roberto/adiuvai/releases'; function detectOS() { const ua = navigator.userAgent || navigator.platform || '';