diff --git a/Jenkinsfile b/Jenkinsfile index 9a3e2c7..6cbad2d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -22,10 +22,10 @@ pipeline { stage ("Deploy Kubernetes"){ steps{ withKubeConfig([credentialsId: 'kubeconfig']){ - sh "kubectl apply -f ./k8s/deployment.yaml" - // sh "kubectl set image deployment/web web=matheusmprado/sampletodoaula3:latest" + // sh "kubectl apply -f ./k8s/deployment.yaml" + sh "kubectl set image deployment/web web=matheusmprado/sampletodoaula3:latest" } } } } -} \ No newline at end of file +}