Update Jenkinsfile

This commit is contained in:
2025-12-22 12:11:54 +01:00
parent b5db79b9c8
commit 9b516305ea

1
Jenkinsfile vendored
View File

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