Commit c1f1d4e6 authored by Shinya Maeda's avatar Shinya Maeda

Use bullet points style for environments

parent 89fadcd3
......@@ -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` |
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment