Use new deploy endpoint
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2026-02-20 14:20:38 +00:00
parent 78872b61fc
commit 3bc20d7202

View File

@@ -5,5 +5,6 @@ steps:
- event: push - event: push
branch: main branch: main
commands: commands:
- curl -sf http://172.18.0.1:9001/hooks/deploy-test-app - |
- echo "Deploy triggered!" RESULT=$(curl -sf http://172.18.0.1:9001/deploy/test-app)
echo "Deploy triggered: $RESULT"