summaryrefslogtreecommitdiff
path: root/doc/development/documentation/site_architecture/deployment.md
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axil@gitlab.com>2019-08-22 18:43:15 +0200
committerAchilleas Pipinellis <axil@gitlab.com>2019-08-23 17:16:49 +0200
commit9d728cfbb535368f2945bbb8d0f6e77ec421526d (patch)
tree4cc5f544ce372a85b17b855ebcb0251ef39d1287 /doc/development/documentation/site_architecture/deployment.md
parente356ceae8c70f5d21f5b33cee389945ece4263d9 (diff)
downloadgitlab-ce-docs/release-process.tar.gz
Document docs.gitlab.com deployment processdocs/release-process
Port content from the gitlab-docs project.
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.
+
+-->