From 9de327af59d6671ef2a4385c67a2c7d50f4e3f29 Mon Sep 17 00:00:00 2001 From: David Ashby Date: Wed, 20 Apr 2022 20:23:51 -0400 Subject: [PATCH] this probably won't work --- .woodpecker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index cc4ce76..3dde4d4 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -19,8 +19,7 @@ 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" + - "curl http://yetaga.in:4000/api/ps -H 'Authorization: Bearer ${COMPOSE_TOKEN}' || true" secrets: [COMPOSE_TOKEN] when: branch: "test-woodpecker"