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