Files
test-app/.woodpecker.yml
Mariusz 78872b61fc
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Fix webhook URL port 9001
2026-02-20 14:15:32 +00:00

10 lines
211 B
YAML

steps:
- name: deploy
image: curlimages/curl
when:
- event: push
branch: main
commands:
- curl -sf http://172.18.0.1:9001/hooks/deploy-test-app
- echo "Deploy triggered!"