From cadb761a5d7c8e60819fd6fa9fdaaf9e1c8d4112 Mon Sep 17 00:00:00 2001 From: Adam Date: Sun, 19 Apr 2026 23:20:46 -0400 Subject: [PATCH] Fix deploy to use restart.sh; update cluster link to mini.ajet.fyi --- .gitea/workflows/deploy.yaml | 2 +- src/ajet/www/core.clj | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index c30b5dd..aec8af0 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -12,4 +12,4 @@ jobs: run: | ssh -o StrictHostKeyChecking=accept-new -o BatchMode=yes \ root@100.106.10.22 \ - 'cd /root/repos/www && git pull && ./start.sh' + 'cd /root/repos/www && git pull && ./restart.sh' diff --git a/src/ajet/www/core.clj b/src/ajet/www/core.clj index 6428528..3b5c2ff 100644 --- a/src/ajet/www/core.clj +++ b/src/ajet/www/core.clj @@ -33,7 +33,7 @@ [:li [:a {:href "https://ebooks.ajet.fyi"} "ebooks"]] [:li [:a {:href "https://uptime.ajet.fyi"} "uptime"]] [:li [:a {:href "https://grafana.ajet.fyi"} "grafana"]] - [:li [:a {:href "https://mini:8006"} "cluster"]] + [:li [:a {:href "https://mini.ajet.fyi"} "cluster"]] [:li [:a {:href "http://192.168.1.124:8081"} "mp4"]] [:li [:a {:href "http://24.97.151.11/aca/index.html#view"} "upstate live feed"]]] [:h2 "Keymap"]