Skip to content

Commit

Permalink
added CI/CD gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlamoureux committed Feb 10, 2024
1 parent a1d4b3d commit 5594d4c
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/EKS-CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,9 @@ jobs:
aws-secret-access-key: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
aws-region: ${{ env.AWS_REGION }}

- name: Set up Kubectl for EKS
uses: aws-actions/amazon-eks-kubectl-set-context@v1
with:
cluster-name: ${{ env.EKS_CLUSTER_NAME }}
region: ${{ env.AWS_REGION }}
- name: Update kubeconfig for EKS
run: |
aws eks update-kubeconfig --name ${{ env.EKS_CLUSTER_NAME }}
- name: Deploy to EKS
run: |
Expand Down

0 comments on commit 5594d4c

Please sign in to comment.