Fix deps. Jekinsfil
This commit is contained in:
parent
d61c710b11
commit
0b7ea69e1f
11
Jenkinsfile.groovy
Normal file
11
Jenkinsfile.groovy
Normal file
@ -0,0 +1,11 @@
|
||||
pipeline {
|
||||
agent any
|
||||
stages {
|
||||
stage('Deploy') {
|
||||
steps {
|
||||
sh 'rm -rf /var/www/horarios-v2/*'
|
||||
sh 'cp -r ./* /var/www/horarios-v2/'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
@ -18,7 +18,7 @@
|
||||
"vue": "^3.0.0-rc.5",
|
||||
"vue-router": "^4.0.0-alpha.6",
|
||||
"vuex": "^4.0.0-alpha.1",
|
||||
"webpack": "^4.43.0",
|
||||
"webpack": "^4.47.0",
|
||||
"yaml": "^1.10.0",
|
||||
"yaml-loader": "^0.6.0"
|
||||
},
|
||||
@ -32,8 +32,8 @@
|
||||
"vue-cli-plugin-vue-next": "~0.1.3"
|
||||
},
|
||||
"browserslist": [
|
||||
"> 1%",
|
||||
"last 2 versions",
|
||||
"not dead"
|
||||
"defaults",
|
||||
"not IE 11",
|
||||
"maintained node versions"
|
||||
]
|
||||
}
|
||||
|
9761
pnpm-lock.yaml
9761
pnpm-lock.yaml
File diff suppressed because it is too large
Load Diff
@ -7,7 +7,7 @@ module.exports = {
|
||||
{
|
||||
test: /\.coffee$/,
|
||||
loader: 'coffee-loader',
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
plugins: [
|
||||
|
Loading…
Reference in New Issue
Block a user