From 9d728cfbb535368f2945bbb8d0f6e77ec421526d Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Thu, 22 Aug 2019 18:43:15 +0200 Subject: Document docs.gitlab.com deployment process Port content from the gitlab-docs project. --- .../documentation/site_architecture/deployment.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 doc/development/documentation/site_architecture/deployment.md (limited to 'doc/development/documentation/site_architecture/deployment.md') 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. + +--> -- cgit v1.2.1