Commit e34d3555 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

docs: emphasis project variable

parent 3e1e89e0
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -108,7 +108,7 @@ For credentials management, we strongly advise to use [environment variables con

If you have to manage different set of authentication credentials depending on managed environments, you shall either use [GitLab scoped variables](https://docs.gitlab.com/ee/ci/environments/index.html#scoping-environments-with-specs) or our [scoped variables syntax](https://to-be-continuous.gitlab.io/doc/usage/#scoped-variables) to limit/override some variables values, using `$CI_ENVIRONMENT_NAME` as the conditional variable.

Example: different credentials for production (declared as project variables)
Example: different credentials for production (:warning: declared as project variables)

```yaml
# global AWS credentials