Compare commits

...

4 Commits
v0.1.0 ... main

Author SHA1 Message Date
dancingCycle cad768627f fix: add PLUGIN_HOSTNAME: in Drone.io pipeline step html
continuous-integration/drone/push Build is passing Details
2022-12-14 21:15:04 +01:00
dancingCycle 8129187bd9 feat: extend .drone.yml with step html
continuous-integration/drone/push Build is passing Details
2022-12-14 20:46:36 +01:00
dancingCycle 1e08ba5b73 feat: extend .drone.yml with step html
continuous-integration/drone/push Build is passing Details
2022-12-14 14:51:30 +01:00
dancingCycle f5e9615799 feat: add architecture section
continuous-integration/drone/push Build is passing Details
2022-12-13 12:19:43 +01:00
4 changed files with 32 additions and 1 deletions

View File

@ -17,6 +17,7 @@ steps:
- apt-get -y install texlive-lang-german
- pip install -r requirements.txt
- make latexpdf
- make html
---
kind: pipeline
@ -34,6 +35,7 @@ steps:
- apt-get -y install texlive-lang-german
- pip install -r requirements.txt
- make latexpdf
- make html
- name: gitea_release
image: plugins/gitea-release
settings:
@ -41,3 +43,16 @@ steps:
from_secret: gitea_token
base_url: https://git.wtf-eg.de
files: build/latex/rtfm-dashandbuchderfreefederatedfleetinitiative.pdf
- name: html
image: cschlosser/drone-ftps
environment:
FTP_USERNAME:
from_secret: username
FTP_PASSWORD:
from_secret: password
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
PLUGIN_MIRROR_OPTS: -e
PLUGIN_CLEAN_DIR: false

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.0'
release = '0.1.2'
# -- General configuration ---------------------------------------------------

View File

@ -14,6 +14,7 @@ RTFM - Das Handbuch der Free Federated Fleet (FFFleet) Initiative
manual/open-issues
manual/requirements
manual/introduction
manual/architecture
manual/components
manual/research

View File

@ -0,0 +1,15 @@
# Architektur
//TODO tbc
## Systemumgebung
//TODO tbc
## Systemkontext
//TODO tbc
## Systembeschreibung
//TODO tbc