diff --git a/Jenkinsfile b/Jenkinsfile index f22d892..4ce38b6 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -40,7 +40,7 @@ pipeline { } stage('Deploy to Dev') { steps { - sh 'rm /var/www/html/*' + sh 'rm -rf /var/www/html/*' sh 'cp -rv dist/budget/* /var/www/html/' } }