4 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
argoyle 65f59ce651 ci: remove KUBECONFIG_CONTENT (runner env var)
dancefinder-app / build (pull_request) Successful in 1m42s
dancefinder-app / deploy-prod (pull_request) Has been skipped
2026-01-08 08:24:43 +01:00
argoyle 08041cc581 Merge pull request 'ci: add KUBECONFIG_CONTENT secret to deploy job' (#2732) from kubeconfig-secret into main
dancefinder-app / build (push) Successful in 1m23s
dancefinder-app / deploy-prod (push) Failing after 32s
Reviewed-on: #2732
2026-01-08 07:01:06 +00:00
-6
View File
@@ -25,15 +25,9 @@ jobs:
env:
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
GITEA_REPOSITORY: ${{ gitea.repository }}
KUBECONFIG_CONTENT: ${{ secrets.KUBECONFIG_CONTENT }}
environment: prod
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