diff options
author | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-17 12:50:57 +0100 |
---|---|---|
committer | Achilleas Pipinellis <axilleas@axilleas.me> | 2016-11-17 12:50:57 +0100 |
commit | ffadc93a124eb6ba03b8f21e259cd6292191ea48 (patch) | |
tree | 1261f52e4f1741435cde833929e4c1d1e1d7ac61 /doc/ci/yaml | |
parent | 11c5fcb43ce55c9b96428f440f19d459ae09166b (diff) | |
download | gitlab-ce-ffadc93a124eb6ba03b8f21e259cd6292191ea48.tar.gz |
Add link to environments docs
Diffstat (limited to 'doc/ci/yaml')
-rw-r--r-- | doc/ci/yaml/README.md | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/ci/yaml/README.md b/doc/ci/yaml/README.md index b73cc41f95d..6fee750c709 100644 --- a/doc/ci/yaml/README.md +++ b/doc/ci/yaml/README.md @@ -541,6 +541,8 @@ same manual action multiple times. An example usage of manual actions is deployment to production. +Read more at the [environments documentation][env-manual]. + ### environment > Introduced in GitLab 8.9. @@ -1223,6 +1225,7 @@ capitalization, the commit will be created but the builds will be skipped. Visit the [examples README][examples] to see a list of examples using GitLab CI with various languages. +[env-manual]: ../environments.md#manually-deploying-to-environments [examples]: ../examples/README.md [ce-6323]: https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/6323 [environment]: ../environments.md |