that should be better

This commit is contained in:
Robin Müller 2023-09-19 21:36:14 +02:00
parent 5fccc2c5b3
commit 7a4d77f2cc
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F

View File

@ -14,7 +14,7 @@ pipeline {
steps {
sshagent(credentials: ['documentation-buildfix']) {
// Deploy to Apache webserver
sh 'rsync -r --delete --exclude projects/* --exclude static/font-univers . buildfix@documentation.irs.uni-stuttgart.de:/'
sh 'rsync -r --delete --exclude projects/ --exclude static/font-univers/ . buildfix@documentation.irs.uni-stuttgart.de:/'
}
}
}