This commit is contained in:
parent
930da294ad
commit
66d9da23b3
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -67,7 +67,7 @@ pipeline {
|
|||||||
sh 'mdbook build'
|
sh 'mdbook build'
|
||||||
sshagent(credentials: ['documentation-buildfix']) {
|
sshagent(credentials: ['documentation-buildfix']) {
|
||||||
// Deploy to Apache webserver
|
// Deploy to Apache webserver
|
||||||
sh 'rsync -r --delete book buildfix@documentation.irs.uni-stuttgart.de:/projects/sat-rs'
|
sh 'rsync -r --delete book/html/ buildfix@documentation.irs.uni-stuttgart.de:/projects/sat-rs/book/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user