From 5ffd20ecc2d7876f7fc1bdffcdaa8f42f8c039cd Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Sat, 3 Jan 2026 11:55:12 -0500 Subject: [PATCH] update ci --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 72b1e85..ab3ff66 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://192.168.1.65/restart -H 'Content-Type: application/edn' -d '{:service/name \"www\"}'"