Merge pull request 'Deploiement automatique' (#36) from env2 into main
All checks were successful
Organisation/sirh/pipeline/head This commit looks good

Reviewed-on: #36
This commit was merged in pull request #36.
This commit is contained in:
2026-05-04 13:16:38 +00:00

1
Jenkinsfile vendored
View File

@@ -30,6 +30,7 @@ pipeline
pip install -r requirements.txt pip install -r requirements.txt
python manage.py makemigrations python manage.py makemigrations
python manage.py migrate python manage.py migrate
echo $SUDO_PASSWORD | sudo -S chown -R ssylla:ssylla /var/www/sirh
echo "Deploiement reussi" echo "Deploiement reussi"
''' '''
} }