just trying things out now

This commit is contained in:
Robin Müller 2023-09-19 21:04:03 +02:00
parent d5fbae66f0
commit c4667e1306
Signed by: muellerr
GPG Key ID: FCE0B2BD2195142F

View File

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