summaryrefslogtreecommitdiff
path: root/architecture.mdwn
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2018-06-09 15:16:05 +0300
committerLars Wirzenius <liw@liw.fi>2018-06-09 15:16:05 +0300
commit176f209c786b09e67ec08d19791dea3ba9e2eaa6 (patch)
treeff28175e8555cab32861ef83b248c756454edd15 /architecture.mdwn
parent3243f17c17fb3a3daee5c6c2a336674bd26e33c1 (diff)
downloadick.liw.fi-176f209c786b09e67ec08d19791dea3ba9e2eaa6.tar.gz
Change: tweak section headings
Diffstat (limited to 'architecture.mdwn')
-rw-r--r--architecture.mdwn9
1 files changed, 5 insertions, 4 deletions
diff --git a/architecture.mdwn b/architecture.mdwn
index 1e259b4..1980825 100644
--- a/architecture.mdwn
+++ b/architecture.mdwn
@@ -430,7 +430,7 @@ the controller to allow them to be built. This is done using
@enduml
Pipeline descriptions happen in the same way, except using different
-resources.
+resources and endpoints.
A full build
@@ -470,7 +470,7 @@ Trigger build by pushing changes to git server
The project has now been marked by the controller as triggered.
-Pipeline 1: get sources
+Pipeline: `get_source`
-----------------------------------------------------------------------------
The first pipeline uses the trusted worker to fetch source code from
@@ -496,7 +496,7 @@ to the powerful worker.
The first pipeline finished, and the website building can start.
-Pipeline 2: Build static web site
+Pipeline: `build_ikiwiki_site`
-----------------------------------------------------------------------------
The second pipeline runs on the same worker. The source is already
@@ -521,7 +521,8 @@ there and it just needs to perform the build.
At the end of the second pipeline, we start the third one.
-Pipeline 3: Publish web site to web server
+
+Pipeline: `publish_html`
-----------------------------------------------------------------------------
The third pipeline copies the built static website from the trusty