fixup! Add Jenkinsfile

This commit is contained in:
William Brawner 2018-08-31 20:55:03 -05:00
parent 663846b1a9
commit 4a77c91f68

2
Jenkinsfile vendored
View file

@ -41,7 +41,7 @@ pipeline {
stage('Deploy to Dev') { stage('Deploy to Dev') {
steps { steps {
sh 'rm /var/www/html/*' sh 'rm /var/www/html/*'
sh 'cp dist/budget/* /var/www/html/' sh 'cp -rv dist/budget/* /var/www/html/'
} }
} }
} }