make jenkins apply new k8s configs
This commit is contained in:
parent
4aa86fd389
commit
83bc58646a
1 changed files with 1 additions and 0 deletions
1
Jenkinsfile
vendored
1
Jenkinsfile
vendored
|
|
@ -18,6 +18,7 @@ node {
|
|||
}
|
||||
|
||||
stage('Rollout') {
|
||||
sh('kubectl apply -f k8s/')
|
||||
sh('kubectl rollout restart deployment bot')
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue