Fix webhook URL port 9001
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-02-20 14:15:32 +00:00
parent de3412eefb
commit 78872b61fc

View File

@@ -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!"