just trying things out now
This commit is contained in:
parent
d5fbae66f0
commit
c4667e1306
2
automation/Jenkinsfile
vendored
2
automation/Jenkinsfile
vendored
@ -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:/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user