Fix : Deploy bug
Some checks failed
release / build (push) Successful in 23s
release / verify-windows (push) Failing after 1m8s

This commit is contained in:
jeanotx32
2026-08-11 18:41:19 +02:00
parent 80be1e42fc
commit 6f70da56a6
5 changed files with 26 additions and 10 deletions

View File

@@ -7,7 +7,7 @@ commande, les artefacts construits et publiés par Gitea Actions.
┌──────────────────────────┐ ┌───────────────────────────────┐
│ Gitea │ │ Machine du plan de contrôle │
│ ├─ registre d'images ───┼───────►│ docker compose up -d │
│ └─ paquets génériques │ │ → http://control.lan:8080 │
│ └─ paquets génériques │ │ → http://<IP_DU_CONTROLE>:8080 │
│ │ agent.cjs │ └───────────────┬───────────────┘
└─────────┼────────────────┘ │ ws:// (réseau privé)
│ install-agent.sh/.ps1 ┌──────────┴──────────┐
@@ -144,7 +144,7 @@ persiste.
curl -fsSL https://git.jeanbonapp.com/api/packages/jeanbon/generic/stream-control-agent/latest/install-agent.sh \
| sudo bash -s -- \
--registry https://git.jeanbonapp.com \
--server ws://control.lan:8080/ws/agent \
--server ws://<IP_DU_CONTROLE>:8080/ws/agent \
--token <JETON_ENROLEMENT> \
--name vm-rec-01 \
--obs-password <MDP_OBS>
@@ -163,7 +163,7 @@ Dans un PowerShell **administrateur**, sur le compte qui lance OBS :
```powershell
& ([scriptblock]::Create((irm 'https://git.jeanbonapp.com/api/packages/jeanbon/generic/stream-control-agent/latest/install-agent.ps1'))) `
-Registry 'https://git.jeanbonapp.com' `
-Server 'ws://control.lan:8080/ws/agent' `
-Server 'ws://<IP_DU_CONTROLE>:8080/ws/agent' `
-Token '<JETON_ENROLEMENT>' `
-Name 'vm-rec-02' `
-ObsPassword '<MDP_OBS>'