mirror of
https://codeberg.org/forgejo/docs.git
synced 2024-12-25 22:40:42 -05:00
docs: typo in forgejo runner development documentation
This commit is contained in:
parent
05159dbc7c
commit
673d7d3fa4
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ firefox http://$(cat forgejo-ip):3000
|
||||||
The user is `root` with password `admin1234`. The runner is registered with:
|
The user is `root` with password `admin1234`. The runner is registered with:
|
||||||
|
|
||||||
```
|
```
|
||||||
cd setup-forgejo ; ./runner/forgejo-runner register --no-interactive --instance "http://$(cat forgejo-ip):3000/" --name runner --token $(cat forgejo-runner-token) --labels ubuntu-latest:docker://node:16-buster,self-hosted
|
cd setup-forgejo ; ../runner/forgejo-runner register --no-interactive --instance "http://$(cat forgejo-ip):3000/" --name runner --token $(cat forgejo-runner-token) --labels ubuntu-latest:docker://node:16-buster,self-hosted
|
||||||
```
|
```
|
||||||
|
|
||||||
And launched in debug mode with:
|
And launched in debug mode with:
|
||||||
|
|
Loading…
Reference in a new issue