From 44faeac22202a792a5d458366f3ece074171122b Mon Sep 17 00:00:00 2001 From: Soriba SYLLA Date: Mon, 4 May 2026 13:44:41 +0000 Subject: [PATCH] Finalisation du Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index ce767a5..f9973f8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -30,7 +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 $SUDO_PASSWORD | sudo -S chown -R www-data:www-data /var/www/sirh echo "Deploiement reussi" ''' }