Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Modifying Jenkinsfile
  • Loading branch information
Evan Langlais committed Feb 6, 2019
1 parent ae9db1e commit 3b6be01
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Jenkinsfile
Expand Up @@ -47,6 +47,7 @@ node {
stage('Deploy') {
milestone()
echo "Deploying..."
sh 'cp -r dist/. /var/www/html/' + env.BRANCH_NAME + '/'
sh 'rm -r /var/www/html/*'
sh 'cp -r dist/. /var/www/html/'
}
}

0 comments on commit 3b6be01

Please sign in to comment.