fixup! Add Jenkinsfile
This commit is contained in:
parent
663846b1a9
commit
4a77c91f68
1 changed files with 1 additions and 1 deletions
2
Jenkinsfile
vendored
2
Jenkinsfile
vendored
|
@ -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/'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue