summaryrefslogtreecommitdiff
path: root/doc/release.md
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2018-09-27 11:41:53 +1000
committerEvan Read <eread@gitlab.com>2018-09-27 11:41:53 +1000
commitc1c3797951d8815de6762b37512c8a3c5e0f5380 (patch)
tree4c798bedba05c008761388c63b635f86a9ef50a3 /doc/release.md
parent45a5a371a214b7a3e478ddd08f18c29753add000 (diff)
downloadgitlab-ce-split-front-page.tar.gz
Move stages information to separate pages.split-front-page
Diffstat (limited to 'doc/release.md')
-rw-r--r--doc/release.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/release.md b/doc/release.md
new file mode 100644
index 00000000000..c312388058b
--- /dev/null
+++ b/doc/release.md
@@ -0,0 +1,11 @@
+# Release
+
+Spend less time configuring your tools, and more time creating. Whether you’re
+deploying to one server or thousands, build, test, and release your code
+confidently and securely with GitLab’s built-in Continuous Delivery and Deployment.
+
+- [Auto Deploy](topics/autodevops/index.md#auto-deploy): Configure GitLab CI for the deployment of your application.
+- [Environments and deployments](ci/environments.md): With environments, you can control the continuous deployment of your software within GitLab.
+- [GitLab Pages](user/project/pages/index.md): Build, test, and deploy a static site directly from GitLab.
+- [Scheduled Pipelines](user/project/pipelines/schedules.md)
+- [Protected Runners](ci/runners/README.md#protected-runners)