From 21f085f1c1a76a499d97b92c12a00576bd2b0f60 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Sat, 3 Jan 2026 11:53:20 -0500 Subject: [PATCH] private ci --- .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 72b1e85..4cc2f61 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -8,4 +8,4 @@ jobs: build: runs-on: ubuntu-latest steps: - - run: "curl http://192.168.1.65:8890/restart -H 'Content-Type: application/edn' -d '{:service/name \"www\"}' --max-time 5" \ No newline at end of file + - run: "curl https://service-manager/restart -H 'Content-Type: application/edn' -d '{:service/name \"www\"}'" diff --git a/src/ajet/www/core.clj b/src/ajet/www/core.clj index 67ba461..d25ad7c 100644 --- a/src/ajet/www/core.clj +++ b/src/ajet/www/core.clj @@ -32,7 +32,7 @@ [:li [:a {:href "https://git.ajet.fyi/explore/repos"} "repos"]] [:li [:a {:href "https://ebooks.ajet.fyi"} "ebooks"]] [:li [:a {:href "https://uptime.ajet.fyi"} "uptime"]] - [:li [:a {:href "http://service-manager:8890"} "ci"]] + [:li [:a {:href "https://service-manager/"} "ci"]] [:li [:a {:href "https://mini:8006"} "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"]]]