From 6bcb25d30b3d2033d248b2103956955cdc11764f Mon Sep 17 00:00:00 2001 From: Remo Liebmann Date: Sat, 9 Aug 2025 15:37:55 +0200 Subject: [PATCH] ignore ssl --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 109b7bd..930e5fb 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -23,4 +23,4 @@ deploy: only: - main script: - - curl -X POST https://192.168.12.11:9443/api/webhooks/c9f4f2fa-d5fe-4920-865e-cc91b08d05f8 \ No newline at end of file + - curl --insecure -I -X POST https://192.168.12.11:9443/api/webhooks/c9f4f2fa-d5fe-4920-865e-cc91b08d05f8 \ No newline at end of file