diff --git a/README.md b/README.md index 1088e3a..3243063 100644 --- a/README.md +++ b/README.md @@ -1,24 +1,27 @@ # gitlab-runner -> One line description of the recipe +> 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 !! -* **Category**: Apps -* **Status**: 0 -* **Image**: [`gitlab-runner`](https://hub.docker.com/r/gitlab-runner), 4, upstream -* **Healthcheck**: No -* **Backups**: No -* **Email**: No -* **Tests**: No -* **SSO**: No +- **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 ## Quick start -* `abra app new gitlab-runner --secrets` -* `abra app config ` -* `abra app deploy ` +- `abra app new gitlab-runner` +- `abra app secret insert registration_token v1 ` +- `abra app config ` +- `abra app deploy ` For more, see [`docs.coopcloud.tech`](https://docs.coopcloud.tech).