From 4ee7dd9fc710f3a34fdf90f609cdae2b959f7f6b Mon Sep 17 00:00:00 2001 From: Soriba SYLLA Date: Mon, 4 May 2026 13:15:38 +0000 Subject: [PATCH] Deploiement automatique --- Jenkinsfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Jenkinsfile b/Jenkinsfile index 9272e6e..ce767a5 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,6 +30,7 @@ pipeline pip install -r requirements.txt python manage.py makemigrations python manage.py migrate + echo $SUDO_PASSWORD | sudo -S chown -R ssylla:ssylla /var/www/sirh echo "Deploiement reussi" ''' } -- 2.49.1