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 ca42152 commit 273151aCopy full SHA for 273151a
.github/workflows/build-and-deploy.yml
@@ -76,6 +76,8 @@ jobs:
76
# prove creds are alive
77
aws sts get-caller-identity
78
aws eks get-token --cluster-name rimworld-hay-calc-dev-eks --region ${{ vars.AWS_REGION }}
79
+ kubectl version
80
+ kubectl get pods -A
81
82
83
- name: Deploy image
0 commit comments