Modifié : automate.sh

This commit is contained in:
Guillaume Emorine 2024-04-11 11:51:46 +02:00
parent 19fd49c164
commit dacea0cdaf

View File

@ -8,7 +8,7 @@ echo "Ajout des fichiers au Gitea..."
sleep 2
git add .
echo "Commit en cours..."
sleep 3
sleep 2
git commit
echo "Push des fichiers au Gitea..."
sleep 2