Raccordement VM Gitéa

This commit is contained in:
2026-04-26 17:02:13 +02:00
parent 272ad6d80a
commit 974e7f6669
5 changed files with 78 additions and 18 deletions

View File

@@ -0,0 +1,12 @@
#!/bin/bash
cd /home/domo91/Gestion_sondes || exit 1
echo "Mise à jour depuis Gitea..."
git pull --ff-only origin master
echo "Redémarrage de l'application..."
sudo supervisorctl restart Interface
echo "Statut Supervisor :"
sudo supervisorctl status