From 7f400632d2d55013ad42c11c98ff017e9fd274f5 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Fri, 2 Jan 2026 21:33:01 -1000 Subject: [PATCH] Update .gitea/workflows/deploy.yaml --- .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 d64aed4..72b1e85 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://100.78.238.46:8890/restart -H 'Content-Type: application/edn' -d '{:service/name \"www\"}' --max-time 5" \ No newline at end of file + - 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