Skip to content

Commit

Permalink
Modifying Jenkinsfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Evan Langlais committed Feb 6, 2019
1 parent 6e874cc commit ae9db1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 + '/'
}
}

0 comments on commit ae9db1e

Please sign in to comment.