We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1e75daa commit 5890b50Copy full SHA for 5890b50
.github/workflows/deploy-to-eks.yml
@@ -32,10 +32,8 @@ jobs:
32
role-to-assume: ${{ secrets.GH_ACTIONS_ROLE }}
33
aws-region: ${{ env.AWS_REGION }}
34
35
- - name: Update kube config
36
- run: aws eks update-kubeconfig --name ${{ env.EKS_CLUSTER_NAME }} --region ${{ env.AWS_REGION }}
37
-
38
- name: Deploy to EKS
39
run: |
+ aws eks update-kubeconfig --name ${{ env.EKS_CLUSTER_NAME }} --region ${{ env.AWS_REGION }}
40
kubectl set image deployment/server server=${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:${{ inputs.IMAGE_TAG }} -n ${{ env.NAMESPACE }}
41
kubectl rollout status deployment/server -n ${{ env.NAMESPACE }}
0 commit comments