From 6db3abcfa9f05a5675a9f19d4624f1031e581c85 Mon Sep 17 00:00:00 2001 From: Adam Jeniski Date: Sat, 3 Jan 2026 11:56:22 -0500 Subject: [PATCH] ignore internal CI cert --- .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 ab3ff66..1aa0146 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://192.168.1.65/restart -H 'Content-Type: application/edn' -d '{:service/name \"www\"}'" + - run: "curl https://192.168.1.65/restart -k -H 'Content-Type: application/edn' -d '{:service/name \"www\"}'"