fix: redémarrer le service après déploiement

main
morepudding 2 months ago
parent 5b8f566cef
commit 51fd44da17

@ -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)"

Loading…
Cancel
Save