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