Skip to content

Commit

Permalink
Merge pull request #565 from chevvak2/master
Browse files Browse the repository at this point in the history
fix: deleting the deployment
  • Loading branch information
ShervinAbd92 authored Jan 19, 2024
2 parents 603e8b2 + fbd4e69 commit f3148d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy/Jenkinsfile
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ pipeline {
script {
sh '''
aws --region ${AWS_REGION} eks update-kubeconfig --name ${KUBERNETES_BLUE_CLUSTER_NAME}
cd deploy && helm delete ars -n ars && /bin/bash prepare.sh && /bin/bash deploy.sh
cd deploy && kubectl delete ars -n ars && /bin/bash prepare.sh && /bin/bash deploy.sh
'''
}
}
Expand Down

0 comments on commit f3148d5

Please sign in to comment.