update meta/doc information
This commit is contained in:
27
README.md
27
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 !!
|
||||
|
||||
<!-- metadata -->
|
||||
|
||||
* **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
|
||||
|
||||
<!-- endmetadata -->
|
||||
|
||||
## Quick start
|
||||
|
||||
* `abra app new gitlab-runner --secrets`
|
||||
* `abra app config <app-name>`
|
||||
* `abra app deploy <app-name>`
|
||||
- `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).
|
||||
|
||||
Reference in New Issue
Block a user