diff --git a/.woodpecker.yml b/.woodpecker.yml index b42b696..a213e98 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,5 +5,6 @@ steps: - event: push branch: main 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"