this exclude stuff is really annyoing
This commit is contained in:
parent
5129d6d93c
commit
cbc8eea55e
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 public/ buildfix@documentation.irs.uni-stuttgart.de:/"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user