File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 55 secrets :
66 GH_ACTIONS_ROLE :
77 required : true
8- AWS_REGION :
9- required : true
108 inputs :
119 IMAGE_TAG :
1210 required : true
1715 IMAGE_NAME : catbot
1816 EKS_CLUSTER_NAME : catbot-cluster
1917 NAMESPACE : cat-chatbot
18+ AWS_REGION : us-east-1
2019
2120permissions :
2221 id-token : write
3433 aws-region : ${{ secrets.AWS_REGION }}
3534
3635 - name : Update kube config
37- run : aws eks update-kubeconfig --name ${{ env.EKS_CLUSTER_NAME }} --region ${{ secrets .AWS_REGION }}
36+ run : aws eks update-kubeconfig --name ${{ env.EKS_CLUSTER_NAME }} --region ${{ env .AWS_REGION }}
3837
3938 - name : Deploy to EKS
4039 run : |
Original file line number Diff line number Diff line change 2222 IMAGE_TAG : ${{ github.sha }}
2323 secrets :
2424 GH_ACTIONS_ROLE : ${{ secrets.GH_ACTIONS_ROLE }}
25- AWS_REGION : ${{ secrets.AWS_REGION }}
2625
You can’t perform that action at this time.
0 commit comments