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" ''' }