fix for jenkinsfile
This commit is contained in:
parent
a21ef637c3
commit
9b495afcee
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -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:/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user