From 61d4652e9ca4bc6500f8ee8b027f7fd383b2ae03 Mon Sep 17 00:00:00 2001 From: LukasK13 Date: Mon, 17 Aug 2020 16:57:23 +0200 Subject: [PATCH] copy docs to webroot --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 84ffde6..22f7ba7 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -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') {