Update Jenkinsfile
All checks were successful
ben.de-roo.org/pipeline/head This commit looks good

This commit is contained in:
2025-12-22 12:02:27 +01:00
parent 0b3e1209cb
commit b5db79b9c8

2
Jenkinsfile vendored
View File

@@ -18,7 +18,7 @@ pipeline {
sh ''' sh '''
rsync -avz --delete \ rsync -avz --delete \
--exclude .git \ --exclude .git \
./ www-data@web14:/var/www/ben.de-roo.org/ ./ www-data@web14:/var/www/html/
''' '''
} }
} }