From 1680cda7b76fc575ee75ee4bf50d8e54268428be Mon Sep 17 00:00:00 2001 From: Viktor Barzin Date: Sun, 1 Feb 2026 20:45:52 +0000 Subject: [PATCH] Test webhook with secret --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index 559291a..271575b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -59,3 +59,4 @@ steps: - "apk add curl" - 'curl -X PATCH https://kubernetes:6443/apis/apps/v1/namespaces/realestate-crawler/deployments/realestate-crawler-api -H "Authorization:Bearer $(cat /var/run/secrets/kubernetes.io/serviceaccount/token)" -H "Content-Type:application/strategic-merge-patch+json" -k -d ''{"spec": {"template": {"metadata": { "annotations": {"kubectl.kubernetes.io/restartedAt": "''$(date +%Y-%m-%dT%TZ)''" }}}}}'' | head' # Sun Feb 1 08:29:56 PM UTC 2026 +# Webhook test Sun Feb 1 08:45:52 PM UTC 2026