From cad768627f381f4bc96702d10bf65521b7d970fa Mon Sep 17 00:00:00 2001 From: "Begerad, Stefan" Date: Wed, 14 Dec 2022 21:15:04 +0100 Subject: [PATCH] fix: add PLUGIN_HOSTNAME: in Drone.io pipeline step html --- .drone.yml | 2 +- source/conf.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0c01801..efcc125 100644 --- a/.drone.yml +++ b/.drone.yml @@ -50,7 +50,7 @@ steps: from_secret: username FTP_PASSWORD: from_secret: password - FTP_HOSTNAME: + PLUGIN_HOSTNAME: from_secret: hostname PLUGIN_SRC_DIR: /build/html PLUGIN_DEST_DIR: /home/pacs/sib00/users/swingbe_fffleet/doms/fffleet.swingbe.de/subs-ssl/www diff --git a/source/conf.py b/source/conf.py index a85aab9..6746175 100644 --- a/source/conf.py +++ b/source/conf.py @@ -22,7 +22,7 @@ copyright = '2022, ' author = 'Software Ingenieur Begerad (SIB)' # The full version, including alpha/beta/rc tags -release = '0.1.1' +release = '0.1.2' # -- General configuration ---------------------------------------------------