diff options
author | Evan Read <eread@gitlab.com> | 2018-09-27 11:41:53 +1000 |
---|---|---|
committer | Evan Read <eread@gitlab.com> | 2018-09-27 11:41:53 +1000 |
commit | c1c3797951d8815de6762b37512c8a3c5e0f5380 (patch) | |
tree | 4c798bedba05c008761388c63b635f86a9ef50a3 /doc/release.md | |
parent | 45a5a371a214b7a3e478ddd08f18c29753add000 (diff) | |
download | gitlab-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.md | 11 |
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) |