28 lines
715 B
Markdown
28 lines
715 B
Markdown
# gitlab-runner
|
|
|
|
> An executor for gitlab ci tasks
|
|
|
|
!! **WARNING**: This recipe should be used with great caution, since it has access to the docker daemon. We recommend running it in a seperate vm or host !!
|
|
|
|
<!-- metadata -->
|
|
|
|
- **Category**: Utilities
|
|
- **Status**: 0
|
|
- **Image**: [`gitlab-runner`](gitlab.com/gitlab-org/gitlab-runner), 4, upstream
|
|
- **Healthcheck**: No
|
|
- **Backups**: No
|
|
- **Email**: N/A
|
|
- **Tests**: No
|
|
- **SSO**: N/A
|
|
|
|
<!-- endmetadata -->
|
|
|
|
## Quick start
|
|
|
|
- `abra app new gitlab-runner`
|
|
- `abra app secret insert <app-domain> registration_token v1 <token>`
|
|
- `abra app config <app-domain>`
|
|
- `abra app deploy <app-domain>`
|
|
|
|
For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).
|