Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dudgns3443 authored Jan 18, 2025
1 parent f7dc33e commit fdc5e5a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,3 +56,10 @@ jobs:
run: |
docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:latest .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:latest
- name: Update kubeconfig for EKS
run: |
aws eks update-kubeconfig --name 01-conecta-qa --region ap-northeast-2
- name: Deploy to EKS
run: |
kubectl rollout restart deployments/conects-backoffice

0 comments on commit fdc5e5a

Please sign in to comment.