make jenkins apply new k8s configs

This commit is contained in:
mykola2312 2024-03-15 21:26:13 +02:00
parent 42d276bd20
commit 8f0cff2009

1
Jenkinsfile vendored
View file

@ -18,6 +18,7 @@ node {
}
stage('Rollout') {
sh('kubectl apply -f k8s/')
sh('kubectl rollout restart deployment bot')
}
}