From c1d93c4485c34af3b54bc51854be812ea2328657 Mon Sep 17 00:00:00 2001 From: Daniel Kluge Date: Sat, 30 Jul 2022 18:02:13 +0200 Subject: [PATCH] Update homepage project --- projects/homepage.adoc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/projects/homepage.adoc b/projects/homepage.adoc index eedd6d1..a965345 100644 --- a/projects/homepage.adoc +++ b/projects/homepage.adoc @@ -36,7 +36,9 @@ I like automatization, so I use a CI/CD pipeline. I use https://www.drone.io/[Drone] for this job which is self-hosted too. The Docker container is pushed and pulled in a self-hosted registry, so it should be safe if I ever want to include secrets and private data into the project. -The project files are not auto deployed but only built with https://asciidoctor.org/[Asciidoctor] to check their validity. +The project files are first built with https://asciidoctor.org/[Asciidoctor] to check their validity. +Then a script pulls them on the server. +As the projects git directory on the server is mounted in the docker container only a quick reload is necessary so the files are available on the server. == The Future What future features do I want to implement? + @@ -45,7 +47,7 @@ I don't know. It will probably be like the rest of this website: One day I have a good thought (At least I _think_ it's good...) and add an issue or implement it immediately. -Probably I should start by adding a https://json-schema.org/[JSON schema] for the project list. +[.line-through]#Probably I should start by adding a https://json-schema.org/[JSON schema] for the project list.# Thats done! == Shortcuts I talked about shortcuts before, but here's a list of which shortcuts are possible: