diff options
author | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-10-03 15:39:12 +0200 |
---|---|---|
committer | Z.J. van de Weg <zegerjan@gitlab.com> | 2016-10-04 09:54:31 +0200 |
commit | 901c994b7a4481437f8fe91583d2ed3f19e4775e (patch) | |
tree | faf1598797c6bf1eb27d596afbb76350de25ecf4 /doc/ci | |
parent | 8fd91794382899e9e352af493a699198d7867f96 (diff) | |
download | gitlab-ce-901c994b7a4481437f8fe91583d2ed3f19e4775e.tar.gz |
deployment refs in own folder, new method for creating refszj-save-environment-deployment-refs
Diffstat (limited to 'doc/ci')
-rw-r--r-- | doc/ci/environments.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/ci/environments.md b/doc/ci/environments.md index 081766d5ee9..e070302fb82 100644 --- a/doc/ci/environments.md +++ b/doc/ci/environments.md @@ -20,7 +20,7 @@ Since 8.13, a reference in the git repository is saved for each deployment. So knowing what the state is of your current environments is only a `git fetch` away. -In your git config, append the `[remote "<your-remote>"] block with an extra +In your git config, append the `[remote "<your-remote>"]` block with an extra fetch line: ``` |