publish documentation for development and master branch #681

Merged
muellerr merged 16 commits from mohr/documentation_ci into development 2022-09-14 11:22:36 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 6451a16888 - Show all commits

View File

@ -68,7 +68,7 @@ pipeline {
sh 'make Sphinx'
sh 'cd docs/sphinx'
sshagent(credentials: ['documentation-buildfix']) {
sh 'scp -r ./* buildfix@documentation.intra.irs.uni-stuttgart.de:/mnt/data/www/html/fsfw/master'
sh 'scp -o StrictHostKeyChecking=no -r ./* buildfix@documentation.intra.irs.uni-stuttgart.de:/mnt/data/www/html/fsfw/master'
}
}
}