From 805a773357e9e1c1c38b793cee7550264f8a9b35 Mon Sep 17 00:00:00 2001 From: pietervdvn Date: Fri, 4 Jun 2021 17:00:36 +0200 Subject: [PATCH] Small documentation update about deployment --- Docs/Development_deployment.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/Docs/Development_deployment.md b/Docs/Development_deployment.md index 819679fe2f..7762c7a9f5 100644 --- a/Docs/Development_deployment.md +++ b/Docs/Development_deployment.md @@ -31,6 +31,14 @@ 5. By default, a landing page with available themes is served. In order to load a single theme, use `layout=themename` or `userlayout=true#` as [Query parameter](URL_Parameters.md). Note that the shorter URLs (e.g. `bookcases.html`, `aed.html`, ...) _don't_ exist on the development version. + Automatic deployment + -------------------- + + Currently, the master branch is automatically deployed to 'mapcomplete.osm.be' by a github action. + + Every branch is automatically built (upon push) to 'pietervdvn.github.io/mc/' by a github action. + + Deploying a fork ----------------