2 Commits

Author SHA1 Message Date
argoyle 20bd75be57 ci: remove aws-iam-authenticator (using service account auth)
dancefinder-app / build (pull_request) Successful in 2m31s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-01-08 09:33:11 +01:00
argoyle f9745af6f8 Merge pull request 'ci: remove KUBECONFIG_CONTENT (runner env var)' (#2733) from remove-kubeconfig into main
dancefinder-app / build (push) Successful in 2m6s
dancefinder-app / deploy-prod (push) Failing after 30s
Reviewed-on: #2733
2026-01-08 07:30:37 +00:00
-5
View File
@@ -29,10 +29,5 @@ jobs:
steps:
- uses: actions/checkout@v6
- uses: buildtool/setup-buildtools-action@v1
- name: Install aws-iam-authenticator
run: |
curl -Lo aws-iam-authenticator https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/latest/download/aws-iam-authenticator_linux_amd64
chmod +x aws-iam-authenticator
sudo mv aws-iam-authenticator /usr/local/bin/
- name: Deploy
run: deploy prod