diff --git a/automation/Jenkinsfile b/automation/Jenkinsfile index b50ef74..8684b61 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 --delete --exclude 'content/projects/' --exclude static/fonts/univers/ public/ buildfix@documentation.irs.uni-stuttgart.de:/" } } }