copy docs to webroot
esbo_ds/ESBO-ETC/pipeline/head Something is wrong with the build of this commit Details

This commit is contained in:
Lukas Klass 2020-08-17 16:57:23 +02:00
parent 173230d402
commit 61d4652e9c
1 changed files with 1 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -73,7 +73,7 @@ pipeline {
// remove old files
sh 'rm -rf /var/www/html/esboetcdocs/*'
// copy new files
sh 'cp -rf docs/build/html /var/www/html/esboetcdocs/'
sh 'cp -rf docs/build/html/* /var/www/html/esboetcdocs/'
}
}
stage('Deploy Docs Lunjaserv') {