fix for jenkinsfile

This commit is contained in:
Robin Müller 2023-12-12 11:41:45 +01:00
parent a21ef637c3
commit 9b495afcee
1 changed files with 1 additions and 1 deletions

View File

@ -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:/"
}
}
}