diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index 8684b61..cf5fefb 100644 --- a/automation/Jenkinsfile +++ b/automation/Jenkinsfile @@ -18,7 +18,7 @@ pipeline { sh 'hugo' sshagent(credentials: ['documentation-buildfix']) { // Deploy to Apache webserver - sh "rsync -r --delete --exclude 'content/projects/' --exclude static/fonts/univers/ public/ buildfix@documentation.irs.uni-stuttgart.de:/" + sh "rsync -r public/ buildfix@documentation.irs.uni-stuttgart.de:/" } } }