Deploiement automatique #36

Merged
sorel merged 1 commits from env2 into main 2026-05-04 13:16:39 +00:00
Showing only changes of commit 4ee7dd9fc7 - Show all commits

1
Jenkinsfile vendored
View File

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