curl
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
David 2022-04-20 20:22:20 -04:00
parent b3be76d478
commit 1e31fc51ce
1 changed files with 2 additions and 1 deletions

View File

@ -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]