diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index 516ecb8..a2122bb 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { steps { sshagent(credentials: ['documentation-buildfix']) { // Deploy to Apache webserver - sh 'rsync -r --exclude projects/* --exclude static/font-univers . buildfix@documentation.irs.uni-stuttgart.de:/ --delete' + sh 'rsync -r --delete --exclude projects/* --exclude static/font-univers . buildfix@documentation.irs.uni-stuttgart.de:/' } } }