From e9682ca2de9b9f099d956ef008e5c35d89836713 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20M=C3=A4user?= Date: Mon, 16 Jun 2025 11:47:24 +0200 Subject: [PATCH] Update .drone.yml --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 42972b0..5bf80e4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -38,6 +38,7 @@ steps: HUGO_ROOT: from_secret: HUGO_ROOT settings: + envs: [ HUGO_ROOT ] host: from_secret: SSH_HOST username: @@ -48,9 +49,6 @@ steps: known_hosts: from_secret: KNOWN_HOST script: - - echo [ HUGO_ROOT ] - - echo $HUGO_ROOT - - echo ${HUGO_ROOT} - cd $HUGO_ROOT - hugo