1 Commits

Author SHA1 Message Date
b03a4214c0 Bug: Validation des conges
All checks were successful
Organisation/sirh/pipeline/head This commit looks good
2026-05-11 15:33:04 +00:00

2
Jenkinsfile vendored
View File

@@ -39,7 +39,7 @@ pipeline
python manage.py makemigrations
python manage.py migrate
python manage.py collectstatic
python manage.py collectstatic --noinput
echo $SUDO_PASSWORD | sudo -S chown -R www-data:www-data /var/www/sirh
echo "Deploiement reussi"