make jenkins apply new k8s configs

This commit is contained in:
mykola2312 2024-03-15 21:26:13 +02:00
parent 4aa86fd389
commit 83bc58646a

1
Jenkinsfile vendored
View file

@ -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')
} }
} }