From a6a32817c5bf10017e382aee3618ff8671fd47c3 Mon Sep 17 00:00:00 2001 From: khwezi Date: Sat, 14 Mar 2026 10:32:23 +0200 Subject: [PATCH] Retrieving host from secrets --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index b2d4c04..e6172f7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -129,7 +129,8 @@ steps: from_secret: ssh_prod_user PLUGIN_PASSWORD: from_secret: ssh_prod_password - PLUGIN_HOST: 192.168.1.48 + PLUGIN_HOST: + from_secret: ssh_prod_host settings: script: - docker stop webapi || true