We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b6a9b0 commit a10f01dCopy full SHA for a10f01d
.github/workflows/main.yml
@@ -17,5 +17,5 @@ jobs:
17
run: aws eks --region ap-south-1 update-kubeconfig --name EKS_CLOUD
18
19
- name: Deploy to EKS
20
- run: kubectl apply -f deployment-service.yml
+ run: kubectl delete -f deployment-service.yml
21
0 commit comments