Commit c26abc03 authored by Priyan Sureshbabu's avatar Priyan Sureshbabu

Fix CI file syntax for environment

parent a065e272
...@@ -66,8 +66,8 @@ Alternatively, you can use the API to protect an environment: ...@@ -66,8 +66,8 @@ Alternatively, you can use the API to protect an environment:
when: manual when: manual
script: script:
- 'echo "Deploying to ${CI_ENVIRONMENT_NAME}"' - 'echo "Deploying to ${CI_ENVIRONMENT_NAME}"'
environment: environment:
name: ${CI_JOB_NAME} name: ${CI_JOB_NAME}
``` ```
1. Use the UI to [create a new group](../../user/group/index.md#create-a-group). 1. Use the UI to [create a new group](../../user/group/index.md#create-a-group).
......
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