From dafb5e5753452378dd85ae10f04a3ed4e3ff5dae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20FAMIBELLE-PRONZOLA?= Date: Sat, 25 Jul 2026 16:33:37 +0400 Subject: [PATCH] fix: architecture schema in DEPLOY --- DEPLOY.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPLOY.adoc b/DEPLOY.adoc index b4dba7f..63a49e1 100644 --- a/DEPLOY.adoc +++ b/DEPLOY.adoc @@ -14,7 +14,7 @@ L'architecture retenue (identique à celle de pawol.nu) : [source] ---- ┌─────────────┐ push main ┌──────────────────┐ SSH (git pull) ┌─────────────┐ -│ Dépôt git │ ─────────────▶ │ Gitea Actions │ ─────────────────▶ │ Serveur │ +│ Dépôt git │ ─────────────▶│ Gitea Actions │ ─────────────────▶│ Serveur │ │ (LaBola) │ │ check → deploy │ │ production │ └─────────────┘ └──────────────────┘ └─────────────┘ ----