this exclude stuff is really annyoing

This commit is contained in:
Robin Müller 2023-12-12 13:21:57 +01:00
parent 5129d6d93c
commit cbc8eea55e
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 public/ buildfix@documentation.irs.uni-stuttgart.de:/"
}
}
}