2 Commits

Author SHA1 Message Date
1e08ba5b73 feat: extend .drone.yml with step html
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-14 14:51:30 +01:00
f5e9615799 feat: add architecture section
All checks were successful
continuous-integration/drone/push Build is passing
2022-12-13 12:19:43 +01:00
3 changed files with 26 additions and 0 deletions

View File

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

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

View File

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