diff --git a/Jenkinsfile b/Jenkinsfile index be76edf6b..0e915a326 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -34,7 +34,7 @@ pipeline{ } stage("kubernetes deployment"){ steps{ - sh 'kubectl apply -f deployment.yaml' + sh 'kubectl apply -f deployement.yaml' } }