(checkout the #{link_to'GitLab Runner section','https://about.gitlab.com/gitlab-ci/#gitlab-runner',target: '_blank'} for information on how to install it).
%li
Specify the following URL during the Runner setup:
%code#{ci_root_url(only_path: false)}
%code=ci_root_url(only_path: false)
%li
Use the following registration token during setup:
@@ -78,7 +78,7 @@ PUT /projects/:id/environments/:environments_id
| `external_url` | string | no | The new external_url |
```bash
curl --request PUT --data"name=staging&external_url=https://staging.example.gitlab.com"--header"PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK""https://gitlab.example.com/api/v3/projects/1/environment/1"
curl --request PUT --data"name=staging&external_url=https://staging.example.gitlab.com"--header"PRIVATE-TOKEN: 9koXpg98eAheJpvBs5tK""https://gitlab.example.com/api/v3/projects/1/environments/1"