Fix : Deploy bug
This commit is contained in:
@@ -70,11 +70,11 @@ docker compose up -d
|
||||
|
||||
# Agent Ubuntu
|
||||
curl -fsSL <gitea>/api/packages/jeanbon/generic/stream-control-agent/latest/install-agent.sh \
|
||||
| sudo bash -s -- --registry <gitea> --server ws://control.lan:8080/ws/agent --token <JETON>
|
||||
| sudo bash -s -- --registry <gitea> --server ws://<IP_DU_CONTROLE>:8080/ws/agent --token <JETON>
|
||||
|
||||
# Agent Windows (PowerShell administrateur)
|
||||
& ([scriptblock]::Create((irm '<gitea>/api/packages/jeanbon/generic/stream-control-agent/latest/install-agent.ps1'))) `
|
||||
-Registry '<gitea>' -Server 'ws://control.lan:8080/ws/agent' -Token '<JETON>'
|
||||
-Registry '<gitea>' -Server 'ws://<IP_DU_CONTROLE>:8080/ws/agent' -Token '<JETON>'
|
||||
```
|
||||
|
||||
Les agents ne sont volontairement pas conteneurisés : ils doivent voir l'OBS local et la
|
||||
|
||||
Reference in New Issue
Block a user