diff --git a/.woodpecker.yml b/.woodpecker.yml index fe46059..cc4ce76 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,8 +16,9 @@ when: branch: "master" routing: - image: docker + image: alpine commands: + - apk add curl - "curl http://yetagain:4000/api/ps -H 'Authorization: Bearer ${COMPOSE_TOKEN}' || true" - "curl http://localhost:4000/api/ps -H 'Authorization: Bearer ${COMPOSE_TOKEN}' || true" secrets: [COMPOSE_TOKEN]