Auto saved by Logseq
This commit is contained in:
parent
ee10e3ee70
commit
a59ac614ae
1 changed files with 2 additions and 3 deletions
|
@ -8,10 +8,9 @@
|
|||
- Documentazione per l'installazione del runner
|
||||
- https://forgejo.org/docs/next/admin/actions/
|
||||
- Per installare il runner sulla macchina che dovrà eseguire le azioni
|
||||
- ```bash
|
||||
export RUNNER_VERSION=$(curl -X 'GET' https://code.forgejo.org/api/v1/repos/forgejo/runner/releases/latest | jq .name -r | cut -c 2-)
|
||||
- ```bash` export RUNNER_VERSION=$(curl -X 'GET' https://code.forgejo.org/api/v1/repos/forgejo/runner/releases/latest | jq .name -r | cut -c 2-)
|
||||
|
||||
```
|
||||
``
|
||||
- Configurazione #homelab
|
||||
- `docker-compose.yml` implementato per poter funzionare con #traefik
|
||||
- ```yaml
|
||||
|
|
Loading…
Reference in a new issue