From 8f2f4f54ea1bb856cd3ceb404b3b2007dc4fcff1 Mon Sep 17 00:00:00 2001 From: aovantsev Date: Thu, 2 Oct 2025 23:55:09 +0300 Subject: [PATCH] test --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index e982a63..04970ef 100644 --- a/.drone.yml +++ b/.drone.yml @@ -26,7 +26,7 @@ steps: - sleep 5 # Test the API - - curl -f http://89.104.69.14:8080/ || exit 1 + - curl -f 89.104.69.14:8080/ || exit 1 volumes: - name: dockersock