From f346708777768874fc9311d5d309a8a733684735 Mon Sep 17 00:00:00 2001 From: Frank John Begornia Date: Tue, 13 Jan 2026 00:15:44 +0800 Subject: [PATCH] fix: update curl command in health check to allow insecure connections --- .gitea/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 290e18b..7ef29f5 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -90,4 +90,4 @@ jobs: shell: sh run: | sleep 10 - curl -f https://tablejerseys.com || exit 1 + curl -f -k https://tablejerseys.com || exit 1