From a38138bfc13e1ed2abaae53b5f47a11e64559078 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Fri, 2 Jan 2026 21:26:58 -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 701d085..71b4b24 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -8,4 +8,4 @@ jobs: build: runs-on: ubuntu-latest steps: - - run: "curl https://service-manager.ajet.fyi/restart -H 'Content-Type: application/edn' -d '{:service/name \"www\"}' -v" \ No newline at end of file + - run: "curl http://service-manager:8890/restart -H 'Content-Type: application/edn' -d '{:service/name \"www\"}' -v" \ No newline at end of file