ajout script deploiement

This commit is contained in:
Tom Guerin 2025-03-26 15:44:39 +01:00
parent 38331c5ec7
commit f40bec41c9

View File

@ -0,0 +1,14 @@
#!/bin/bash
filename=squid.conf #nom du fichier à récuperer
filepath=/etc/squid #chemin
servicename=squid.service #nom du service
git pull #mise a jour du depot distant
sudo cp $filepath/$filename $filepath/$filename.old #sauvegarde en changeant le nom .old
sudo cp ./$filename $filepath/$filename
sudo systemctl restart $servicename #restart le service