From 51fd44da17034536f78f46708d957061b4faf121 Mon Sep 17 00:00:00 2001 From: morepudding Date: Thu, 11 Dec 2025 11:55:08 +0100 Subject: [PATCH] =?UTF-8?q?fix:=20red=C3=A9marrer=20le=20service=20apr?= =?UTF-8?q?=C3=A8s=20d=C3=A9ploiement?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- playbook.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/playbook.yml b/playbook.yml index 41f4355..ee43f11 100644 --- a/playbook.yml +++ b/playbook.yml @@ -212,6 +212,12 @@ NODE_ENV: production PNPM_HOME: /var/www/.local/share/pnpm + - name: Redémarrer le service bricoloc-legacy après déploiement + systemd: + name: bricoloc-legacy + state: restarted + daemon_reload: yes + - name: Afficher l'URL d'accès debug: msg: "Nginx est accessible à l'adresse : https://defder.fr (ou http://{{ server_ip.stdout.split()[0] }} qui redirige vers HTTPS)"