Use new deploy endpoint
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@@ -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"
|
||||||
|
|||||||
Reference in New Issue
Block a user