diff --git a/Jenkinsfile b/Jenkinsfile index 22898cd..a758a1b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -47,6 +47,6 @@ node { stage('Deploy') { milestone() echo "Deploying..." - sh 'cp -r dist/. /var/www/html/master/' + sh 'cp -r dist/. /var/www/html/' + env.BRANCH_NAME + '/' } }