Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Manishagade3 authored Sep 6, 2023
1 parent 3940a39 commit 294565a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,10 @@ jobs:
# mkdir -p $HOME/bin && cp ./kubectl $HOME/bin/kubectl && export PATH=$HOME/bin:$PATH
# kubectl version --short --client

# - name: Deploy to EKS
# run: |
# # Configure kubectl to access your EKS cluster
# aws eks update-kubeconfig --name your-eks-cluster-name --region your-eks-region
- name: Deploy to EKS
run: |
# Configure kubectl to access your EKS cluster
aws eks update-kubeconfig --name OT-cluster5 --region us-east-1
# # Apply Kubernetes manifests for deployment
# kubectl apply -f kubernetes-manifests/your-app-deployment.yaml
Expand Down

0 comments on commit 294565a

Please sign in to comment.