From 8557cd1d786021da813b777a92680f75b2bcb2f2 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Wed, 20 Apr 2022 20:39:07 -0400 Subject: [PATCH] host IP --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index c4e1a96..d4ab01f 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -19,7 +19,7 @@ image: alpine commands: - apk add curl - - curl http://yetagain:4000/api/ps -H "Authorization: Bearer $COMPOSE_TOKEN" || true + - "curl http://172.17.0.1:4000/api/ps -H "Authorization: Bearer $COMPOSE_TOKEN" || true" secrets: [compose_token] when: branch: "test-woodpecker"