summaryrefslogtreecommitdiff
path: root/doc/development/documentation/site_architecture/deployment.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/development/documentation/site_architecture/deployment.md')
-rw-r--r--doc/development/documentation/site_architecture/deployment.md16
1 files changed, 16 insertions, 0 deletions
diff --git a/doc/development/documentation/site_architecture/deployment.md b/doc/development/documentation/site_architecture/deployment.md
new file mode 100644
index 00000000000..6b334dccd19
--- /dev/null
+++ b/doc/development/documentation/site_architecture/deployment.md
@@ -0,0 +1,16 @@
+# GitLab Docs deployment process
+
+The docs site is deployed to production with [GitLab Pages](../../../user/project/pages/index.md)
+and previewed in merge requests with Review Apps. By default, we pull from the
+master branch of [all the projects](index.md#repositories).
+
+The [scheduled pipelines](../../../user/project/pipelines/schedules.md)
+are used to build the site once an hour.
+
+For more information, see [`.gitlab-ci.yml`](https://gitlab.com/gitlab-org/gitlab-docs/blob/master/.gitlab-ci.yml).
+
+<-- TODO
+
+Document Rakefile and .gitlab-ci.yml.
+
+-->