This commit is contained in:
@@ -20,5 +20,5 @@ jobs:
|
|||||||
username: ${{ secrets.SSH_USER }}
|
username: ${{ secrets.SSH_USER }}
|
||||||
key: ${{ secrets.SSH_KEY }}
|
key: ${{ secrets.SSH_KEY }}
|
||||||
source: "index.html"
|
source: "index.html"
|
||||||
target: "/opt/adiuva-website/html/"
|
target: "/opt/adiuvai-website/html/"
|
||||||
overwrite: true
|
overwrite: true
|
||||||
@@ -586,8 +586,8 @@
|
|||||||
});
|
});
|
||||||
|
|
||||||
// --- Auto-detect OS & download latest release ---
|
// --- Auto-detect OS & download latest release ---
|
||||||
const RELEASE_API = 'https://git.muticolturano.com/api/v1/repos/roberto/adiuva/releases/latest';
|
const RELEASE_API = 'https://git.muticolturano.com/api/v1/repos/roberto/adiuvai/releases/latest';
|
||||||
const RELEASES_PAGE = 'https://git.muticolturano.com/roberto/adiuva/releases';
|
const RELEASES_PAGE = 'https://git.muticolturano.com/roberto/adiuvai/releases';
|
||||||
|
|
||||||
function detectOS() {
|
function detectOS() {
|
||||||
const ua = navigator.userAgent || navigator.platform || '';
|
const ua = navigator.userAgent || navigator.platform || '';
|
||||||
|
|||||||
Reference in New Issue
Block a user