2 Commits

Author SHA1 Message Date
argoyle e7bfdf16a6 ci: remove KUBECONFIG_CONTENT (runner env var)
geo-service / build (pull_request) Successful in 2m54s
geo-service / deploy-prod (pull_request) Has been skipped
2026-01-08 08:26:53 +01:00
argoyle c0d5186ad4 Merge pull request 'ci: add KUBECONFIG_CONTENT secret to deploy job' (#251) from kubeconfig-secret into master
geo-service / build (push) Successful in 15s
geo-service / deploy-prod (push) Failing after 37s
Reviewed-on: #251
2026-01-07 21:17:35 +00:00
-1
View File
@@ -25,7 +25,6 @@ jobs:
env:
BUILDTOOLS_CONTENT: ${{ secrets.BUILDTOOLS_CONTENT }}
GITEA_REPOSITORY: ${{ gitea.repository }}
KUBECONFIG_CONTENT: ${{ secrets.KUBECONFIG_CONTENT }}
environment: prod
steps:
- uses: actions/checkout@v4