From 78872b61fc8de4f3bfa182409b415e71fc4b4812 Mon Sep 17 00:00:00 2001 From: Mariusz Date: Fri, 20 Feb 2026 14:15:32 +0000 Subject: [PATCH] Fix webhook URL port 9001 --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 459a8fd..b42b696 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,5 +5,5 @@ steps: - event: push branch: main commands: - - curl -sf http://172.18.0.9:9000/hooks/deploy-test-app + - curl -sf http://172.18.0.1:9001/hooks/deploy-test-app - echo "Deploy triggered!"