fix: add PLUGIN_HOSTNAME: in Drone.io pipeline step html
continuous-integration/drone/push Build is passing Details

This commit is contained in:
dancingCycle 2022-12-14 21:15:04 +01:00
parent 8129187bd9
commit cad768627f
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -22,7 +22,7 @@ copyright = '2022, <tdb>'
author = 'Software Ingenieur Begerad (SIB)'
# The full version, including alpha/beta/rc tags
release = '0.1.1'
release = '0.1.2'
# -- General configuration ---------------------------------------------------