Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
c1f1d4e6
Commit
c1f1d4e6
authored
Feb 08, 2019
by
Shinya Maeda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use bullet points style for environments
parent
89fadcd3
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
doc/ci/environments.md
doc/ci/environments.md
+7
-1
No files found.
doc/ci/environments.md
View file @
c1f1d4e6
...
...
@@ -605,7 +605,13 @@ For example, you can [create a secret variable to be injected only into a produc
In most cases, these features use the _environment specs_ mechanism, which offers
an efficient way to implement scoping within each environment group.
Let's say there are three environments:
`production`
,
`staging`
,
`review/feature-1`
and
`review/feature-2`
.
Let's say there are four environments:
-
`production`
-
`staging`
-
`review/feature-1`
-
`review/feature-2`
Each environment can be matched with the following environment spec:
| Environment Spec |
`production`
|
`staging`
|
`review/feature-1`
|
`review/feature-2`
|
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment