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 ---------------------------------------------------