Skip to content

Commit a924840

Browse files
committed
more pipeline debug
1 parent 273151a commit a924840

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,10 @@ jobs:
7373
aws eks update-kubeconfig \
7474
--name rimworld-hay-calc-dev-eks \
7575
--region ${{ vars.AWS_REGION }}
76-
# prove creds are alive
76+
77+
- name: DEBUG - Show Kubeconfig
78+
run: cat ~/.kube/config
7779
aws sts get-caller-identity
78-
aws eks get-token --cluster-name rimworld-hay-calc-dev-eks --region ${{ vars.AWS_REGION }}
7980
kubectl version
8081
kubectl get pods -A
8182

0 commit comments

Comments
 (0)